Stop show with sound -- Keyboard shortcut: 'x'  Next slide in show -- Keyboard shortcut: 'n'  51 secondsThe Order of Evaluation - slide 6 : 26

A motivating example
 

What is the value of the following expression?
((lambda (x) 1) some-infinite-calculation)
infinite-ex.scm
A more concrete version of the expression from above.