1
1
mirror of https://github.com/kanaka/mal.git synced 2024-09-20 18:18:51 +03:00
Commit Graph

7 Commits

Author SHA1 Message Date
Chouser
a631063f3f forth: Add map-hint to symbols for better perf 2015-02-23 22:22:04 -05:00
Chouser
45c1894b96 forth: Back-propogate fixes from stepA through step1 2015-02-21 13:22:44 -05:00
Chouser
136ce7c9af forth: Split types for user fns vs native fns 2015-02-21 13:22:44 -05:00
Chouser
79feb89f9c forth: Add defspecial for Mal special ops 2015-02-21 13:22:44 -05:00
Chouser
e6106d4543 forth: Get rid of invoke+
Fold 'invoke+' into 'invoke'. Allows (:k m nf) to evaluate nf lazily!
2015-02-21 13:22:44 -05:00
Chouser
c05d35e8dd forth: Get rid of car/cdr style lists
Rename MalArray to MalList
2015-02-21 13:22:44 -05:00
Chouser
69972a8399 forth: Add step 3 2015-02-21 13:22:44 -05:00