jackhill/mal.git
2015-06-11 Joel MartinRPython: step6 basics.
2015-06-11 Joel MartinRPython: step5
2015-06-11 Joel MartinRPython: step4 basics.
2015-06-11 Joel MartinRPython: step3 basics.
2015-06-11 Joel MartinRPython: step2 basics.
2015-06-11 Joel MartinRPython: add keywords. Use unicode internally.
2015-06-11 Joel MartinRPython: step1 basics
2015-06-11 Joel MartinRPython: step0
2015-06-06 Joel MartinREADME: consistent alpha ordering of impls.
2015-06-06 Joel MartinFix formatting.
2015-06-04 Joel MartinMerge pull request #71 from rhysd/docfix
2015-06-04 rhysdguide: fix missing escape and typo
2015-06-03 Joel MartinCrystal: fix full stats.
2015-06-03 Joel MartinCrystal: update impl count to 35. Expand desc/credit.
2015-06-03 Joel MartinMerge pull request #70 from rhysd/crystal
2015-06-03 rhysdcrystal: fix for Crystal 0.7.2
2015-06-03 rhysdcrystal: fix early steps broken because of later refact...
2015-06-03 rhysdcrystal: `make MAL_IMPL=crystal test^mal` succeeds...
2015-06-02 rhysdcrystal: fix Makefile to build all steps
2015-06-02 rhysdcrystal: all tests for stepA pass
2015-06-02 rhysdcrystal: refactor by adding Array to Mal type conversion
2015-06-02 rhysdcrystal: implement step9
2015-06-02 rhysdcrystal: improve error message
2015-06-02 rhysdcrystal: implement step8
2015-06-02 rhysdcrystal: implement step7
2015-06-02 rhysdcrystal: fix hashmap
2015-06-02 rhysdcrystal: implement step6
2015-06-02 rhysdcrystal: implemented step5
2015-06-02 rhysdcrystal: complete step4
2015-06-02 rhysdcrystal: add "&" param and 'not' function
2015-06-02 rhysdcrystal: add relational operators
2015-06-02 rhysdcrystal: refactor member names and errors
2015-06-02 rhysdcrystal: define Mal::Type class instead of simple alias...
2015-06-02 rhysdcrystal: make core.cr and implement +, -, *, /, list...
2015-06-02 rhysdcrystal: eval all types, not only a list
2015-06-02 rhysdcrystal: start step4, implement 'do', 'if' and 'fn*'
2015-06-02 rhysdcrystal: read_*() functions are member of Reader class
2015-06-02 rhysdcrystal: allow Vector in binding of 'let*'
2015-06-02 rhysdcrystal: implement step3 basic functionality
2015-06-02 rhysdcrystal: implement step2
2015-06-02 rhysdcrystal: add vector and hash-map, fix with-meta and...
2015-06-02 rhysdcrystal: add symbols and fix ignoring comment
2015-06-02 rhysdcrystal: basic implementation of step1
2015-06-02 rhysdcrystal: implement mal in Mal module
2015-06-02 rhysdcrystal: implement step0
2015-06-02 rhysdcrystal: Prepare to implement with Crystal
2015-05-19 Joel MartinREADME: add Groovy info. Bump count to 34.
2015-05-19 Joel MartinAdd groovy implementation.
2015-04-30 Joel MartinMerge pull request #69 from def-/master
2015-04-30 defUse Nim 0.11.0
2015-04-23 Joel Martinguide: add links for fogus blog posts on interesting...
2015-04-17 Joel MartinMerge pull request #66 from martinklepsch/master
2015-04-17 Martin Klepschremove redudant "debate"
2015-04-17 Martin Klepschescape let\*
2015-04-10 Joel MartinMerge pull request #63 from def-/master
2015-04-10 Joel MartinMerge pull request #65 from petethepig/readme-fix
2015-04-10 Joel MartinMerge pull request #64 from sunzenshen/patch-2
2015-04-10 Dmitrii Filimonovfixed a typo
2015-04-10 Alan ShenTypo fixes for several sections in the guide
2015-04-09 defMake Nim implementation a bit nicer
2015-04-09 Joel MartinMerge pull request #62 from notduncansmith/master
2015-04-09 Duncan SmithRequire correct node_readline file
2015-04-08 Joel MartinDockerfile: move Julia & Erlang. Add guile & factor.
2015-04-08 Joel MartinMerge pull request #61 from keith-rollin/optimize
2015-04-08 Keith RollinConvert to Swift 1.2:
2015-04-08 Keith Rollinrefactor: use a switch instead of a ramp of if's.
2015-04-08 Keith Rollinrefactor: move some code out of EVAL into their own...
2015-04-08 Keith Rollinoptimization: for small Environment records, store...
2015-04-08 Keith Rollinoptimization: conditionally remove some debugging code
2015-04-07 Joel MartinMerge pull request #60 from sunzenshen/patch-1
2015-04-07 Alan ShenCleanup typos in section "Step 4: If Fn Do"
2015-04-06 Joel MartinMerge pull request #59 from NalaGinrut/master
2015-04-06 Nala Ginrutguile: perf tests OK
2015-04-06 Joel MartinREADME: make NalaGinrut user name into a link.
2015-04-06 Joel MartinREADME: update count to 33 with Guile.
2015-04-06 Joel MartinMerge pull request #56 from NalaGinrut/master
2015-04-06 Nala Ginrutguile refixed *ARGV*
2015-04-06 Nala Ginrutguile fixed *ARGV* issue
2015-04-06 Nala Ginrutguile: self-hosting works
2015-04-06 Joel MartinREADME: expand Erlang instructions.
2015-04-06 Joel MartinMerge pull request #57 from nlfiedler/erlang
2015-04-06 Nala Ginrutguile: refix _apply
2015-04-06 Nala Ginrutguile: fixed _apply
2015-04-05 Nala Ginrutfixed 'not'
2015-04-05 Nala Ginrutfixed contain?
2015-04-05 Nala Ginrutadded immutable feature to avoid strange bug
2015-04-04 Nathan FiedlerUpdate Dockerfile to install Erlang/OTP R17
2015-04-04 Nathan FiedlerStep A: mutation, interop, self hosting
2015-04-04 Nathan FiedlerStep 9 of Make-a-Lisp for Erlang
2015-04-04 Nathan FiedlerStep 8 of Make-a-Lisp for Erlang
2015-04-04 Nathan FiedlerStep 7 of Make-a-Lisp for Erlang
2015-04-04 Nathan FiedlerStep 6 of Make-a-Lisp for Erlang
2015-04-04 Nathan FiedlerStep 5 of Make-a-Lisp for Erlang
2015-04-04 Nathan FiedlerStep 4 of Make-a-Lisp for Erlang
2015-04-04 Nathan FiedlerStep 3 of Make-a-Lisp for Erlang
2015-04-04 Nathan FiedlerStep 2 of Make-a-Lisp for Erlang
2015-04-04 Nathan FiedlerStep 1 of Make-a-Lisp for Erlang
2015-04-04 Nathan FiedlerStep 0 of Make-a-Lisp for Erlang
2015-04-04 Nala Ginrutguile: print host-language
2015-04-04 Nala Ginrutguile fixed readline history bug
next