Neil Mitchell wrote:
Things
like laziness are cool, but are harder to convince a strict programmer
that they are useful.

Strict programmers like the "yield" command too. The same behaviour can be obtained by laziness, with easier reasoning.

That said, strict programmers may or may not like easier reasoning. Also, laziness in general (when not restricted to generators) is not easier to reason either.

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

Reply via email to