Stop show with sound  Next slide in show -- Keyboard shortcut: 'n'  1 minute, 49 secondsLecture 5 - slide 6 : 26
Program 1
(define (infinite-calculation)
  (infinite-calculation))

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