Back to notes -- Keyboard shortcut: 'u'        next -- Keyboard shortcut: 'n'  Slide program -- Keyboard shortcut: 't'    An example of a Scheme expression without a normal form.Lecture 4 - slide 13 : 27
Program 1
((lambda (x) (x x)) 
    (lambda (x) (x x)))