author | Alan Dipert
<alan@dipert.org> 2020-01-31 08:34:57 UTC |
committer | Alan Dipert
<alan@dipert.org> 2020-01-31 08:34:57 UTC |
parent | 9b72a518a82f653fcb3578f775583c39e7e44d71 |
todo.org | +2 | -2 |
diff --git a/todo.org b/todo.org index 91d9cca..46e1e0f 100644 --- a/todo.org +++ b/todo.org @@ -1,9 +1,9 @@ * DONE PROGN ** necessary as independent special form because of relationship to EVAL-WHEN and the concept of top-level -* TODO Dynamic binding of symbols +* DONE Dynamic binding of symbols ** How are special variables created? *** DONE cl:*package* is special -*** TODO LispSymbol has an isSpecial flag +*** DONE LispSymbol has an isSpecial flag *** DEFVAR and DEFPARAMETER **** DEFPARAMETER whether or not defined ***** Even inside let where bound