Linked by Eugenia Loli-Queru on Wed 12th Dec 2007 05:47 UTC, submitted by LinucksGirl
General Development Lazy programming is a general concept of delaying the processing of a function or request until the results are needed. Thinking in terms of lazy programming can help you rid your code of unneeded computation and restructure programs to be more problem-oriented.
Thread beginning with comment 290129
To read all comments associated with this story, please click here.
No mention of Haskell
by cdutton on Wed 12th Dec 2007 06:51 UTC
cdutton
Member since:
2005-07-24

Perhaps it's because it's just too easy in Haskell, but I find it odd that the author makes no mention of a language that does lazy evaluation with no extra hoop jumping required.

RE: No mention of Haskell
by grettke on Wed 12th Dec 2007 15:05 in reply to "No mention of Haskell"
grettke Member since:
2007-12-12

The author talks about Haskell at the end of the article.

Reply Parent Bookmark Score: 1

null_pointer_us Member since:
2005-08-19

Maybe he used lazy evaluation when reading the article.

:D

Reply Parent Bookmark Score: 1