use l5 map fn instead of custom re-map

This commit is contained in:
Travis Shears 2026-05-27 17:59:58 +01:00
parent f94269caa0
commit 580218dac4
Signed by: travisshears
GPG key ID: CB9BF1910F3F7469
2 changed files with 5 additions and 10 deletions

View file

@ -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]