Stop show with sound -- Keyboard shortcut: 'x'  Next slide in show -- Keyboard shortcut: 'n'  2 minutes, 8 secondsThe Order of Evaluation - slide 14 : 26

The ordering of reductions
Given a complex expression, there are many different orderings of the applicable reductions

Using normal-order reduction, the first reduction to perform is the one at the outer level of the expression

Using applicative-order reduction, the first reduction to perform is the inner leftmost reduction