Implemented SymTable optimization for efficient variable updates
This commit is contained in:
parent
dcb2969b0a
commit
381852b3bd
9 changed files with 122 additions and 23 deletions
|
|
@ -50,7 +50,7 @@ WARNING: abandon hope all ye who declare and then modify global variables!
|
|||
(let ((doc (get-doc var)))
|
||||
(def (eval var) doc val)))
|
||||
|
||||
(def map
|
||||
(def map
|
||||
'Takes two arguments: a function and a list.
|
||||
for each element in the list, the function is applied and the
|
||||
result is added to a new list. Returns the new list.'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue