ThesaHelp: references g-h
Topic: global declarations and variables
Topic: local vs. global
Topic: declaration scope
Topic: names defined by context
Topic: environment variables
| |
Reference
Hanson, D.R. , Proebsting, T.A. ,
"Dynamic variables ",
Proceedings of Programming Languages Design and Implementation[?] (PLDI 2001) , June 2001 , Snowbird, Utah , pp. 264-273 .
Google
Quotations
264 ;;Quote: use dynamic scope for configuration of customizable environments such as GUI packages; avoids configuration objects that are passed to every method
| 265 ;;Quote: implement dynamic variables via set and use statements that allocate from the stack; 'use' searches the 'set' variables for a match
|
Related Topics
ThesaHelp: references g-h (299 items)
Topic: global declarations and variables (33 items)
Topic: local vs. global (29 items)
Topic: declaration scope (16 items)
Topic: names defined by context (36 items)
Topic: environment variables (5 items)
|