51 seconds
The Order of Evaluation
- slide 6 : 26
A motivating example
What is the value of the following expression?
((lambda (x) 1)
some-infinite-calculation
)
A more concrete version of the expression from above.