πŸ“Dynamic scoping

As opposed to lexical scoping, dynamic scoping traverses the current invocation stack to find free variables. (Lexical scoping traverses scopes defined by lexical structure of the program.)

Examples

See also

Backlinks