Play audio slide show -- Keyboard shortcut: 'x'  Back to notes -- Keyboard shortcut: 'u'              Slide program -- Keyboard shortcut: 't'      A variation of the example in Scheme.Lecture 5 - slide 7 : 26
Program 1
(define (infinite-calculation)
  (infinite-calculation))

((lambda (x) 1) (infinite-calculation))