Lazy evaluation: Difference between revisions

m
Removed from enc
(gotta link to Haskell)
m (Removed from enc)
Line 1:
[[Category:Encyclopedia]][[Category:Programming Paradigms]]'''Lazy evaluation''' describes a strategy of expression evaluation when the evaluation is done as late as possible. The opposite to lazy evaluation is '''eager evaluation''', when the evaluation is performed as early as possible.
 
Usually the programming language do not specify laziness leaving the decision to optimization.
Anonymous user