[Haskell-cafe] To yi or not to yi, is this really the question? A plea for a cooperative, ubiquitous, distributed integrated development system.

Pasqualino 'Titto' Assini tittoassini at gmail.com
Mon Jun 18 17:16:53 EDT 2007


On Monday 18 June 2007 16:13:02 you wrote:

> I just did a quick read through of your dream and I'm not going to say
> either way with it. But I would like to point out, just to make sure
> you've considered it, that my dream--or maybe my reality--involves
> being able to code without the requirement of a network connection.
>
> Bryan

That's a very fair point.

An "ubiquitous" IDE should also work when disconnected.

Luckily, Web applications can be designed to work offline.

In effect, modern AJAX based web apps already execute most of their code on 
the client side, going back to the server only when absolutely necessary and 
there are now technologies like Google Gear to efficiently store/access 
information locally so further reducing dependency on remote services.

Best,

     titto



More information about the Haskell-Cafe mailing list