On Tue, 3 May 2005 21:04:46 -0700 Andrew Pimlott <[EMAIL PROTECTED]> wrote:
> The advantage of lazy evaluation is that evaluation order becomes one > less thing you have to think about. Yes, but only if your functions are pure. > The disadvantage of lazy evaluation > is that evaluation order becomes one more thing you have to think about. Yes, but only if your functions are impure. Erik (still seeking enlightenment with regard to lazy evaluation) -- +-----------------------------------------------------------+ Erik de Castro Lopo [EMAIL PROTECTED] (Yes it's valid) +-----------------------------------------------------------+ Fundamentalist : Someone who is colour blind and yet wants everyone else to see the world with the same lack of colour. _______________________________________________ Haskell-Cafe mailing list [email protected] http://www.haskell.org/mailman/listinfo/haskell-cafe
