Play audio slide show -- Keyboard shortcut: 'x'  Back to slide -- Keyboard shortcut: 'u'              Annotated program -- Keyboard shortcut: 't'      infinite-ex.scm - A variation of the example in Scheme.Lecture 5 - slide 7 : 26
Program 1

(define (infinite-calculation)
  (infinite-calculation))

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