jackhill/mal.git
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
2015-01-30 ChouserOcaml: fix list and comment parsing
2015-01-30 ChouserOcaml: fix string escaping and printing
2015-01-30 ChouserOcaml: Use builtin String.concat instead of own join fun
2015-01-30 ChouserOcaml: Add step 5, TCO worked automatically in Ocaml
2015-01-30 ChouserOcaml: All optional tests passing up thru step 4
2015-01-30 ChouserOcaml: add meta, with-meta, and ^ reader support
2015-01-30 ChouserOcaml: Use a real map type
2015-01-30 ChouserOcaml: Add read, print for vector, map
2015-01-30 ChouserOcaml: rename Types.MalList to Types.List
2015-01-30 ChouserOcaml: Add string functions
2015-01-30 ChouserOcaml: Add step 4, but not str fns or optionals.
2015-01-30 ChouserOcaml: Finally fix race conditions in compilation
2015-01-30 ChouserOcaml: Add step 3
2015-01-30 ChouserOcaml: made minor fixes, mostly to Makefile
2015-01-30 ChouserOcaml: Add step 2, nothing optional
2015-01-30 ChouserOcaml: Added step 1, missing some optional functionality
2015-01-30 ChouserOCaml: add step 0
2015-01-30 Joel Martinguide.md: add link to langpop.corger.nl
2015-01-30 Joel MartinDraft guide and architecture diagrams.
2015-01-17 Joel MartinTemplate cleanup.
2015-01-09 Joel MartinLua: all steps and self-hosting.
2015-01-09 Joel MartinMove template to top level. Add license.
2015-01-09 Joel MartinTODO: misc cleanup.
2015-01-09 Joel MartinPython: fix python3 support with keywords.
2015-01-09 Joel MartinClojure: only load readline history once.
2015-01-09 Joel MartinMake: refactor number type. Support large numbers.
2015-01-09 Joel MartinRacket: add readline/line edit support.
2015-01-09 Joel MartinMisc cleanup. Move *host-language* to stepA.
2015-01-09 Joel MartinRacket: add steps0-A. Self-hosting.
2015-01-09 Joel MartinHaskell: add error handling and try*/catch*.
2015-01-09 Joel MartinHaskell: Add steps9-A, metadata, and atoms.
2015-01-09 Joel MartinHaskell: add step7 and 8.
2015-01-09 Joel MartinHaskell: steps 4-6. Line editing. Simpler fn calls.
2015-01-09 Joel MartinHaskell: steps 0-3
2015-01-09 Joel MartinScala: refactor collections with metadata.
2015-01-09 Joel MartinScala: all steps 0-9 but no metadata.
2015-01-09 Joel MartinAll: add keywords.
2015-01-09 Joel MartinVB.Net, C#: fix cmd line arg handling with --raw
2015-01-09 Joel MartinVB.Net: port of C# version.
2015-01-09 Joel MartinC#: use closure for RE func. Shorter type names.
next