Play audio slide show -- Keyboard shortcut: 'x'  Lecture overview -- Keyboard shortcut: 'u'  Previous page: Arbitrary evaluation order - with some limits -- Keyboard shortcut: 'p'  Next page: A motivating example - clarification -- Keyboard shortcut: 'n'  Lecture notes - all slides together  Annotated slide -- Keyboard shortcut: 't'  Textbook -- Keyboard shortcut: 'v'  Alphabetic index  Help page about these notes  Course home      The 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.