> On Mon 27 Sep, Havoc Pennington wrote:
> > I'm trying to learn Haskell, and I'm wondering what experiences people
> > have with designing programs with graphical user interfaces.
> 
Adrian Hey wrote:
> I have none, but I think you need concurrency to do it properly,

Cardelli & Pike claim otherwise with their Squeak language. It compiles
concurrent UI channels into sequential C. The Paper's on Cardelli's home
page.  In Haskell, one might use something like the R (resource) monad
from the latest edition of the "Gentle Introduction...".



John Atwood



Reply via email to