Runtime evaluation/In an environment: Difference between revisions

Content deleted Content added
Line 123: Line 123:
print
print
+ firstresult (code)</lang>
+ firstresult (code)</lang>
Only Dictionaries can hold bindings to dynamic symbols. To minimie the danger of dynamic scope there is no recursive ascent in the binding lookup.
Dictionaries can hold bindings to dynamic symbols. To minimie the danger of dynamic scope there is no recursive ascent in the binding lookup.
<lang lisp>
<lang lisp>
(dict)
(dict)