Explicit Application of Procedures, and Explicit Evaluation
Implicit and explicit application of procedures,
Treating procedures as data and arguments.
Repeated application with the mapping
Anonymous function creation with LAMBDA.
Closures: Function-oriented encapsulations.
Procedures that generate closures.
Closures that share data.
Explicit evaluation with EVAL.