use l5 map fn instead of custom re-map
This commit is contained in:
parent
f94269caa0
commit
580218dac4
2 changed files with 5 additions and 10 deletions
|
|
@ -58,7 +58,7 @@
|
|||
(def built-ins #{"fn" "local" "λ" "lambda" "require" "let" "+" "-" "/" "*" "<" ">" "<=" ">=" "not=" ".."
|
||||
"var" "if" "when" "and" "or" "not" "do" "set" "each" "for" "while"
|
||||
"true" "$1" "math.floor" "floor" "false" "nil" "size" "textSize" "background" "text" "random" "key"
|
||||
":setup" ":draw" ":key-pressed" ":L5"})
|
||||
":setup" ":draw" ":key-pressed" ":L5" "map"})
|
||||
|
||||
(defn collect-bindings [tokens]
|
||||
(reduce (fn [acc token]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue