Play audio slide show -- Keyboard shortcut: 'x'  Lecture overview -- Keyboard shortcut: 'u'  Previous page: A motivating example -- Keyboard shortcut: 'p'  Next page: Rewrite rules, reduction, and normal forms [Section] -- 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 7 : 26

A motivating example - clarification
 

What is the value of the following expression?
((lambda (x) 1) some-infinite-calculation)
infinite-ex.scm
A variation of the example in Scheme.