by Harold Abelson and Gerald Jay Sussman, with Julie Sussman
Lexical scope is derived from the idea of environment model of evaluation, where symbols are replaced with values from the most immediate environment frame with a binding for the symbol.
define is a special form that binds symbols to environments (scopes).
- sicp#Top