[Haskell-cafe] Lazy evaluation from "Why Functional programming matters"

Hemanth Kapila saihemanth at gmail.com
Tue Oct 5 10:30:12 EDT 2010


>
> I see ... I think I understand now.
> hmmm ... I am little disappointed though - does that mean that "all
> the laziness" cool stuffs can actually be done using
> iterators(generators)?
> As in, but for the inconvenient syntax, you can do it all in - say java?


Yes. It would slightly easier in, say,  C# or C++.
I think 'D' achieves its implementation of the 'lazy' keyword using a
similar approach.

But I did not understand why you are disappointed ?
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://www.haskell.org/pipermail/haskell-cafe/attachments/20101005/2234beee/attachment-0001.html


More information about the Haskell-Cafe mailing list