Haxe: update README, fix macro eval, add conj.
[jackhill/mal.git] / forth /
2016-01-26 Joel MartinMerge branch 'Haxe'
2016-01-26 Joel MartinMerge pull request #146 from dubek/fix-macro-eval
2016-01-26 Joel MartinMerge pull request #153 from dubek/forth-hash-map-equality
2016-01-26 Dov Murikforth: Fix hash-map equality
2016-01-26 Joel MartinMerge pull request #143 from dubek/add-gensym
2016-01-23 Dov MurikAdd gensym and clean `or` macro to stepA of 13 implemen...
2016-01-11 Joel MartinMerge branch 'issue130_diagram_updates'
2016-01-06 Dov Murikforth: implement atom swap! in step6 (and later)
2015-12-28 Joel MartinMerge pull request #137 from ivern/kotlin
2015-12-18 Joel MartinMerge commit '069f90b'
2015-12-17 Dov Murikforth: don't print commas in hash-maps
2015-10-27 Javier Fernandez... Updated from master, solved conflicts
2015-10-27 Joel MartinAll: show comments with stats target.
2015-10-06 Joel MartinTravis: add ocaml, forth and miniMAL.
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