Mantras

left top right

  1. Every expression* has a value.
  2. To find the value of a combination,
    • Find the values of the subexpressions, in any order
    • Apply the value of the first to the values of the rest
  3. The value of a lambda expression is a procedure.
  4. The value of a quote expression is the thing quoted.

*: Except for errors, infinite loops, and the define special form.


Jim Miller W3C