jackhill/mal.git
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.
2015-01-09 Joel MartinCoffeeScript: add missed node_readline.coffee
2015-01-09 Joel MartinCoffeeScript: add all steps. Self-hosting.
2015-01-09 Joel MartinR: add time-ms. Readline history. Misc cleanups.
2015-01-09 Joel MartinR: atom support, fixes for self-hosting.
2015-01-09 Joel MartinR: add hash-map and metadata support.
2015-01-09 Joel MartinR: add step8_macros and step9_try.
2015-01-09 Joel MartinR: add step6_file and step7_quote
2015-01-09 Joel MartinR: add step4_if_fn_do and step5_tco.
2015-01-09 Joel MartinR: step0-3, readline FFI.
2015-01-08 Joel MartinMerge pull request #2 from alandipert/master
2015-01-08 Alan Diperttiny typo fix
2015-01-08 Joel Martinrust: update README. Remove exp.rs compilation.
2015-01-07 Joel Martingo: add time-ms. Ruby: fix step9,A content.
2015-01-07 Joel Martinrust: fix quote/quasiquote of vectors.
2015-01-07 Joel Martinrust: add conj, stepA. Self-hosting!
2015-01-07 Joel Martinrust: add metadata support.
2015-01-07 Joel Martinrust: add atom support. Fix vector params.
2015-01-07 Joel Martinrust: core hash-map functions.
2015-01-07 Joel Martinrust: add step9_try. Refactor error handling.
2014-10-28 Joel Martinrust: add vector and hash-map support.
2015-01-07 Joel Martinrust: add step8_macros
2015-01-07 Joel Martinrust: add step7_quote. Refactor with type constructors.
2015-01-07 Joel Martinrust: add step6_file
2015-01-07 Joel Martinrust: add step5_tco
2015-01-07 Joel Martinrust: add step4_if_fn_do
2015-01-07 Joel MartinRust: add step3_env
2015-01-07 Joel Martinrust: add step2_eval.
2015-01-07 Joel MartinRust: step0_repl and step1_read_print
2015-01-07 Joel MartinDoc cleanup of step9/stepA swap.
2015-01-07 Joel MartinGo: add missing env.go
2015-01-07 Joel MartinAll: swap step9,A. Fixes for bash, C, perl.
next