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.
Permalink for 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.