[Haskell-beginners] A first try

David Place d at vidplace.com
Fri Jun 24 21:26:19 CEST 2011


On Jun 24, 2011, at 2:10 PM, Manfred Lotz wrote:

> Is it really a weakness of Haskell or just something one has to get used
> to it? That is a question I would like to get opinions from the experts!

I would say that it is a weakness in the original handling of IO in Haskell.  The non-determinism of Lazy IO is just plain bad.  The solution doesn't require any extensions, though.  It's just a different way of programming in Haskell.

> http://www.haskell.org/haskellwiki/Iteratee_I/O



____________________
David Place   
Owner, Panpipes Ho! LLC
http://panpipesho.com
d at vidplace.com




More information about the Beginners mailing list