Lazy Programming and Evaluation

Lazy programming is a general concept of delaying the processing of a function or request until the results are needed. This concept has numerous applications, from the obvious to the obscure. Thinking in terms of lazy programming can help you rid your code of unneeded computation and restructure programs to be more problem-oriented.

25 Comments

  1. 2006-12-20 7:13 am
  2. 2006-12-20 9:44 am
    • 2006-12-20 11:59 am
      • 2006-12-20 12:45 pm
  3. 2006-12-20 1:01 pm
  4. 2006-12-20 1:14 pm
    • 2006-12-20 2:22 pm
    • 2006-12-20 2:54 pm
  5. 2006-12-20 2:33 pm
    • 2006-12-20 3:05 pm
    • 2006-12-21 3:30 am
  6. 2006-12-20 2:51 pm
  7. 2006-12-20 3:04 pm
    • 2006-12-20 3:09 pm
      • 2006-12-20 6:34 pm
    • 2006-12-20 3:55 pm
      • 2006-12-20 7:20 pm
        • 2006-12-20 10:30 pm
          • 2006-12-21 12:16 am
      • 2006-12-20 11:27 pm
        • 2006-12-21 12:38 am
          • 2006-12-21 1:17 am
        • 2006-12-21 6:17 am
  8. 2006-12-20 5:43 pm
  9. 2006-12-21 8:55 pm