[Haskell-cafe] Python is lazier than Haskell

Tony Morris tonymorris at gmail.com
Wed Apr 27 14:12:49 CEST 2011


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/





More information about the Haskell-Cafe mailing list