Step 0 of Make-a-Lisp for Erlang
[jackhill/mal.git] / README.md
2015-04-04 Nathan FiedlerStep 0 of Make-a-Lisp for Erlang
2015-04-02 Joel MartinREADME: update count to 31, note Factor version.
2015-04-02 Joel MartinMerge pull request #55 from jordanlewis/factor
2015-04-02 Jordan Lewisfactor: typo in README
2015-04-01 Jordan LewisAdd factor instructions to readme
2015-04-01 Joel MartinREADME: update with Julia.
2015-03-28 Joel MartinREADME: add names/links of implementation creators.
2015-03-28 Joel MartinREADME: add C++ instructions and bump count to 29.
2015-03-26 Joel Martinguide: most of step 9 and start step A.
2015-03-24 Joel MartinSwift: lang cnt to 28, note XCode, skip in docker.
2015-03-24 Joel MartinMerge pull request #49 from keith-rollin/swift
2015-03-23 Keith RollinInitial Swift implementation.
2015-03-15 Joel MartinREADME: link to FAQ and mention #mal (freenode).
2015-03-15 Joel MartinMerge pull request #42 from stamourv/master
2015-03-15 Vincent St-AmourFix extension for Racket in README.
2015-03-12 Joel MartinREADME: add docker test environment usage info.
2015-03-12 Joel MartinMisc updates to TODO, guide and README.
2015-03-08 Joel MartinREADME: remove gratuitous parens.
2015-03-05 Joel MartinREADME: update Rust version.
2015-03-05 Joel MartinMerge pull request #26 from alexcrichton/update
2015-03-05 Alex CrichtonUpdate Rust code to the current Rust nightly
2015-03-05 Joel MartinMerge pull request #25 from hellyeah/master
2015-03-05 David FontenotFixed implementation typo
2015-03-04 Joel MartinRust: build with --release. 10X performance boost!
2015-03-04 Joel MartinMerge pull request #12 from tebeka/master
2015-03-04 Joel MartinMerge pull request #20 from def-/master
2015-03-04 defAdd instructions and makefile for Nim
2015-03-02 Joel MartinREADME: missing end paren.
2015-03-02 Joel MartinREADME: add more testing info.
2015-03-02 Joel MartinminiMAL: use npm published miniMAL.
2015-03-01 Miki TebekaMerge branch 'master' of https://github.com/kanaka/mal
2015-02-28 Joel MartinMerge branch 'elektronaut-ruby1.9'
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-28 joelpickupgrammar fix
2015-02-27 Inge JørgensenRuby: Updated for Ruby 1.9+
2015-02-25 Joel MartinREADME: add miniMAL.
2015-02-21 Joel MartinMerge pull request #7 from Chouser/forth-pr
2015-02-21 Chouserforth: Update README
2015-02-10 Joel Martinmatlab: add to README. 24th implementation!
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 Joel MartinDraft guide and architecture diagrams.
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 MartinRacket: add steps0-A. Self-hosting.
2015-01-09 Joel MartinHaskell: add error handling and try*/catch*.
2015-01-09 Joel MartinHaskell: add step7 and 8.
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 MartinVB.Net: port of C# version.
2015-01-09 Joel MartinCoffeeScript: add all steps. Self-hosting.
2015-01-09 Joel MartinR: add time-ms. Readline history. Misc cleanups.
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 MartinRust: step0_repl and step1_read_print
2015-01-07 Joel MartinDoc cleanup of step9/stepA swap.
2015-01-07 Joel MartinAll: swap step9,A. Fixes for bash, C, perl.
2015-01-07 Joel Martingo: update README. Backport Func usage.
2014-05-10 Joel MartinPS: include/run from same directory.
2014-04-27 Joel MartinREADME.md: add linke to online demo.
2014-04-24 Joel MartinREADME: fix c# header, specify perl 5.8
2014-04-24 Joel MartinREADME: instructions on running tests.
2014-04-24 Joel MartinMerge commit 'e47ddca2f8d80145386a377fc81a738d89c46cf0'
2014-04-24 Joel MartinAll: TCO let* and quasiquote.
2014-04-19 Joel MartinPerl: add readline interface and step0_repl
2014-04-17 Joel MartinPython: metadata on builtin funcs. Support python3.
2014-04-16 Joel MartinREADME: typo.
2014-04-13 Joel MartinJava, JS: cleanup and sync steps.
2014-04-10 Joel MartinREADME: add C# info. Cleanup top Makefile.
2014-03-30 Joel MartinREADME, TODO, step_notes updates.
2014-03-30 Joel MartinREADME: add more details.
2014-03-29 Joel MartinREADME: minor name synchronization ("argument").
2014-03-29 Joel MartinUpdate README.md and TODO. Minor PS update.