Merge pull request #78 from kariya-mitsuru/lua-add-conj
[jackhill/mal.git] / forth /
2015-03-05 Peter StephensMerge branch 'master' into fsharp
2015-03-04 Joel MartinMerge pull request #20 from def-/master
2015-03-01 Miki TebekaMerge branch 'master' of https://github.com/kanaka/mal
2015-02-28 Joel MartinMerge branch 'ruby1.9' of https://github.com/elektronau...
2015-02-28 Joel MartinMerge pull request #15 from joelpickup/master
2015-02-28 Joel MartinMerge pull request #14 from anton-trunov/guide-small-fix
2015-02-28 Joel MartinMerge pull request #13 from euc/patch-1
2015-02-28 Joel MartinMerge pull request #11 from treeform/patch-1
2015-02-28 Joel MartinAll: rename stepA_interop to stepA_mal
2015-02-26 Joel Martinforth: add Makefile for stats.
2015-02-21 Joel MartinMerge pull request #7 from Chouser/forth-pr
2015-02-21 Chouserforth: Fix bug in (get nil ...)
2015-02-21 Chouserforth: Fix bug in extend-protocol array insertion
2015-02-21 Chouserforth: Back-propogate fixes from stepA through step1
2015-02-21 Chouserforth: Self-hosted mal passes all tests
2015-02-21 Chouserforth: Finish step 9
2015-02-21 Chouserforth: Add step 9, just try*/throw
2015-02-21 Chouserforth: Add step 8
2015-02-21 Chouserforth: Add step 7
2015-02-21 Chouserforth: Add step 6, clean up comment parsing
2015-02-21 Chouserforth: Fix critical string-resizing bug
2015-02-21 Chouserforth: Add step 5
2015-02-21 Chouserforth: Finish step 4
2015-02-21 Chouserforth: Add support for & var-args
2015-02-21 Chouserforth: Split types for user fns vs native fns
2015-02-21 Chouserforth: Add step 4, but not varargs
2015-02-21 Chouserforth: Add defspecial for Mal special ops
2015-02-21 Chouserforth: Get rid of invoke+
2015-02-21 Chouserforth: Get rid of car/cdr style lists
2015-02-21 Chouserforth: Add step 3
2015-02-21 Chouserforth: Add step 2
2015-02-21 Chouserforth: Finished step 1
2015-02-21 Chouserforth: Add step 1, but not maps
2015-02-21 Chouserforth: Add string printing
2015-02-21 Chouserforth: Added lists, ints, symbols for step 1
2015-02-21 Chouserforth: Add step 0
2015-02-21 Chouserforth: protocols and some pr-str working
2015-02-21 Chouserforth: Add basic protocol functionality
2015-02-21 Chouserforth: Start experimenting
2015-02-24 Joel MartinMerge pull request #8 from Chouser/forth3
2015-02-24 Chouserforth: Add map-hint to symbols for better perf
2015-02-24 Chouserforth: Clean up symbol eval for better perf
2015-02-24 Chouserforth: Add call-site caching to boost perf
2015-02-24 Chouserforth: Add . interop special operator and tests