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