Lazy evaluation
In the case of lazy evaluation the expression is only be evaluated if needed. This evaluation strategy is orthogonal to eager evaluation. Lazy evaluation is often called call-by-need.
In the case of lazy evaluation the expression is only be evaluated if needed. This evaluation strategy is orthogonal to eager evaluation. Lazy evaluation is often called call-by-need.