Play audio slide show -- Keyboard shortcut: 'x'  Back to notes -- Keyboard shortcut: 'u'              Slide program -- Keyboard shortcut: 't'      A more concrete version of the expression from above.Lecture 5 - slide 6 : 26
Program 1
(define (infinite-calculation)
  (infinite-calculation))

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