jackhill/mal.git
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.
2015-01-07 Joel Martingo: update README. Backport Func usage.
2014-10-10 Joel Martingo: add metadata and atoms. HashMap dedicated type.
2014-10-10 Joel Martingo: add hash-map support.
2014-10-09 Joel Martingo: add readline.go that wraps libreadline/libedit
2014-10-09 Joel Martingo: add stepA_more. try* and more core functions.
2014-10-07 Joel Martingo: add step8_macros
2014-10-07 Joel Martingo: add step7_quote
2014-10-07 Joel Martingo: add step6_file
2014-10-07 Joel Martingo: add step5_tco. Refactor env.
2014-10-07 Joel Martingo: add step4_if_fn_do
2014-10-05 Joel Martingo: add step3_env
2014-10-05 Joel Martingo: step2_eval vector/hash-map in eval_ast
2014-10-05 Joel Martingo: step2_eval basic functionality
2014-10-05 Joel Martingo: step1_read_print vectors and hash-maps
2014-10-05 Joel Martingo: step1_read_print print working.
2014-10-05 Joel Martingo: reading of atoms and lists.
2014-10-05 Joel Martinstep0_repl.go: strip newline from input.
2014-10-04 Joel Martindocs/step_notes.txt: add step0_repl details.
2014-10-04 Joel Martingo: step0_repl
2014-05-10 Joel MartinTODO: misc updates
2014-05-10 Joel MartinPS: include/run from same directory.
2014-05-10 Joel MartinPerl: include from same directory.
2014-05-10 Joel MartinJava, Make: return nil from core readline function...
2014-05-10 Joel MartinBash: correctly treat commas as whitespace.
2014-05-10 Joel MartinMakefile: exclude test^mal^step0
next