Example
(?x?1)(* 5 4) in normal-order and in applicative-order
(?x?1)(( ?x?x x) (?x?x x )) in normal-order and in applicative-order, as we know still stands as a problem
Even with this, most early functional languages used applicative-order evaluation: pure Lisp, FP, ML, Hope, etc.