jackhill/mal.git
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 MartinJS: fix https://github.com/kanaka/mal/issues/9
2015-02-28 Joel MartinAll: rename stepA_interop to stepA_mal
2015-02-28 Joel MartinAdd long running perf test.
2015-02-28 Joel MartinMultiple: interop enhancements.
2015-02-28 joelpickupgrammar fix
2015-02-28 Anton Trunovguide: insert missing word
2015-02-28 Erik ChancyUpdate guide.md
2015-02-28 treeformsmall typo in example
2015-02-25 Joel MartinREADME: add miniMAL.
2015-02-26 Joel MartinminiMAL: add classOf and fix printing.
2015-02-26 Joel Martinforth: add Makefile for stats.
2015-02-24 Joel MartinminiMAL: self-hosting! Add atoms. Fix malfunc.
2015-02-24 Joel MartinminiMAL: add metadata support.
2015-02-16 Joel MartinminiMAL: keyword, vector and hash-map support.
2015-02-16 Joel MartinminiMAL: stepA. Comments. Add impl Makefile for stats.
2015-02-16 Joel MartinminiMAL: step9
2015-02-16 Joel MartinminiMAL: step8.
2015-02-16 Joel MartinminiMAL: step7
2015-02-16 Joel MartinminiMAL: step6
2015-02-15 Joel MartinminiMAL: add step5.
2015-02-15 Joel MartinminiMAL: step4.
2015-02-24 Joel MartinminiMAL: add step4 (without functions).
2015-02-24 Joel MartinminiMAL: step3
2015-02-12 Joel MartinminiMAL: step2
2015-02-12 Joel MartinminiMAL: step1.
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
2015-02-21 Joel MartinMerge pull request #7 from Chouser/forth-pr
2015-02-21 Joel MartinMerge pull request #6 from Chouser/tests-pr
2015-02-21 Chouserforth: Update README
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-21 ChouserAdd tests for problems uncovered during forth self...
2015-02-21 Chousertest step1: Add input for existing output case
2015-02-11 Joel MartinMerge pull request #5 from alandipert/master
2015-02-10 Alan DipertUse env in Makefile
2015-02-10 Alan Dipertbash: use env in shebang
2015-02-10 Joel Martinmatlab: add to README. 24th implementation!
2015-02-10 Joel Martinmatlab: fix do/slice, strings. Self-hosting!
2015-02-10 Joel Martinmatlab: add metadata and atom support.
2015-02-10 Joel Martinmatlab: add keyword, vector, hash-map support.
2015-02-09 Joel Martinmatlab: stepA, perf test, comments.
2015-02-09 Joel Martinmatlab: Add step9.
2015-02-09 Joel Martinmatlab: add step8
2015-02-09 Joel Martinmatlab: step7, fix reader bug.
2015-02-09 Joel Martinmatlab: add step6
2015-02-09 Joel Martinmatlab: add step5_tco
2015-02-09 Joel Martinmatlab: all step4 except optional.
2015-02-09 Joel Martinmatlab: start of step4
2015-02-08 Joel Martinmatlab: step3
2015-02-08 Joel Martinmatlab: step2
2015-02-08 Joel Martinmatlab: step0 and step1 basics.
2015-01-30 Joel MartinMerge pull request #4 from Chouser/ocaml
2015-01-30 ChouserOCaml: add make targets for stats
2015-01-30 Joel Martinguide.md: step9,A stubs. TODO. More vector tests.
2015-01-30 Joel MartinREADME: update count to 23 to reflect OCaml addition.
2015-01-30 Joel MartinMerge pull request #3 from Chouser/ocaml
2015-01-30 ChouserOCaml: add to README.md
2015-01-30 ChouserOCaml: Fix stepA command-line script running
2015-01-30 ChouserOCaml: Add time-ms
2015-01-30 ChouserOCaml: put macro flag in metadata rather than special...
2015-01-30 ChouserOCaml: self-hosting
2015-01-30 ChouserOCaml: Add step 9
2015-01-30 ChouserOCaml: Add Step 8
2015-01-30 ChouserOcaml: Add step 7
2015-01-30 ChouserOcaml: Finish adding step 6
2015-01-30 ChouserOcaml: Add step 6
next