On Wed, May 04, 2005 at 12:40:13PM +1000, Erik de Castro Lopo wrote:
> That leaves one aspect of Haskell vs Ocaml I don't yet understand.
> What are the advantages of lazy evaluation?

The advantage of lazy evaluation is that evaluation order becomes one
less thing you have to think about.  The disadvantage of lazy evaluation
is that evaluation order becomes one more thing you have to think about.

Andrew
_______________________________________________
Haskell-Cafe mailing list
[email protected]
http://www.haskell.org/mailman/listinfo/haskell-cafe

Reply via email to