Review: Mantras -- Part 1
- Every expression* has a value.
- To find the value of a combination,
- Find the values of all of the subexpressions, in any order
- Apply the value of the first to the values of the rest
- The value of a lambda expression is a procedure.
*: Except for errors, infinite loops, and the define special
form.