Stop show with sound -- Keyboard shortcut: 'x'  Next slide in show -- Keyboard shortcut: 'n'  3 minutes, 38 secondsThe Order of Evaluation - slide 15 : 26

An example of normal versus applicative evaluation
Reduction of the expression ((lambda(x y) (+ (* x x) (* y y))) (fak 5) (fib 10))
 

fib-fak.scm
The necessary Scheme stuff to evaluate the expression.

It appears to be the case that normal order reduction can lead to repeated evaluation of the same subexpression