Runtime evaluation/In an environment: Difference between revisions

Content added Content deleted
Line 123: Line 123:
print
print
+ firstresult (code)</lang>
+ firstresult (code)</lang>
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 minimize the danger of dynamic scope there is no recursive ascent in the binding lookup.
<lang lisp>
<lang lisp>
(dict)
(dict)