|
|
An example of normal versus applicative evaluation |
Reduction of the expression ((lambda(x y) (+ (* x x) (* y y))) (fak 5) (fib 10)) |
![]() | Normal vs. applicative reduction of a Scheme expression |
Normal-order reduction can lead to repeated evaluation of the same subexpression |