Eager Evaluation
In case of eager evaluation, the expression is evaluated immediately. This evaluation strategy is orthogonal to lazy evaluation. Eager evaluation is often called greedy evaluation.
In case of eager evaluation, the expression is evaluated immediately. This evaluation strategy is orthogonal to lazy evaluation. Eager evaluation is often called greedy evaluation.