An apologia for lazy evaluation
epicandmonicisnotiso.blogspot.com·1d
💻Programming languages
Preview
Report Post

As a programming language, laziness is the definitive feature of Haskell. Every other quality such as: higher order functions, Hindler-Milner type system or being lambda calculus based is present on other languages. In fact Haskell was born as a committee initiated language to avoid a proliferation of non-strict languages at the end of the 80’s, putting all the effort before the same cart.

If you take some time, and look at what HN, stack overflow or reddit has to say about the general sentiment of non Haskell programmer on laziness, it could be resumed on a single wor…

Similar Posts

Loading similar posts...