Do you want BuboFlash to help you learning these things? Or do you want to add or correct something? Click here to log in or create user.



global vs local variables
#common-lisp #variable-binding
DEFVAR/DEFPARAMETER 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
any binding created by LET is local, including dynamic binding
If you want to change selection, open original toplevel document below and click on "Move attachment"


Summary

statusnot read reprioritisations
last reprioritisation on suggested re-reading day
started reading on finished reading on

Details



Discussion

Do you want to join discussion? Click here to log in or create user.