On 27/04/11 20:02, Thomas Davie wrote:
> This completely misses what laziness gives Haskell – it gives a way of 
> completing a smaller number of computations than it otherwise would have to 
> at run time.  The hope being that this speeds up the calculation of the 
> result after the overhead of laziness is taken into account.
This is not what laziness gives us. Rather, it gives us terminating
programs that would otherwise not terminate.

-- 
Tony Morris
http://tmorris.net/



_______________________________________________
Haskell-Cafe mailing list
Haskell-Cafe@haskell.org
http://www.haskell.org/mailman/listinfo/haskell-cafe

Reply via email to