Is dynamic binding global or local? (the question is about naming convention, no need to explain actual scope)
Answer
local (because it is created by LET)
Tags
#common-lisp #variable-binding
Question
Is dynamic binding global or local? (the question is about naming convention, no need to explain actual scope)
Answer
?
Tags
#common-lisp #variable-binding
Question
Is dynamic binding global or local? (the question is about naming convention, no need to explain actual scope)
Answer
local (because it is created by LET)
If you want to change selection, open document below and click on "Move attachment"
global vs local variables AMETER make global bindings, everything else local
DEFVAR/DEFPPARAMETER just globally declaim that symbol to name a special (= dynamic) variable
other bindings of same name create a local binding that shadows the global binding
<span>any binding created by LET is local, including dynamic binding<span><body><html>
Summary
status
not learned
measured difficulty
37% [default]
last interval [days]
repetition number in this series
0
memorised on
scheduled repetition
scheduled repetition interval
last repetition or drill
Details
No repetitions
Discussion
Do you want to join discussion? Click here to log in or create user.