Implement step 1
[jackhill/mal.git] / julia /
2016-08-06 Vasilij SchneidermannMerge branch 'master' into chuck-implementation
2016-05-19 Joel MartinRefactor to use run scripts, remove *_RUNSTEP
2016-04-05 Joel MartinMerge pull request #194 from dubek/literal-empty-list
2016-04-04 Dov MurikMerge pull request #5 from zmower/literal-empty-list
2016-04-03 Dov MurikMerge pull request #4 from kanaka/issue194-literal...
2016-04-02 Joel MartinFix empty list eval in step2 for most languages.
2016-03-30 Dov Murikjulia: Fix exception on literal empty list
2016-03-20 Chris M MooreUpdate from master
2016-03-15 Joel MartinTests: move step5 non-TCO tests to per impl.
2016-03-02 Vasilij SchneidermannMerge branch 'master' into elisp
2016-02-24 Joel MartinMerge branch 'issue_166_string_ops' of github.com:kanak...
2016-02-24 Joel MartinMerge branch 'master' into issue_166_string_ops
2016-02-24 Joel MartinGeneric recursive rules for dist, stats, clean
2016-02-21 Chris M MooreMerged master into ada branch + fix Makefile
2016-02-15 Joel MartinJulia: add seq, string? and conj.
2016-02-05 Joel MartinHaxe, Julia, miniMAL: self-hosting fixes.
2016-02-04 Joel MartinMerge pull request #158 from dubek/first-rest-nil
2016-02-04 Dov Murikc, julia: Fix (first nil) and (rest nil)
2016-02-01 Joel MartinMerge pull request #161 from dubek/guide-time-ms-conj
2016-02-01 Joel MartinMerge pull request #157 from dubek/extra-args-as-list
2016-01-30 Dov Murikjulia: Pass function arguments as a mal list
2016-01-29 Joel MartinMerge pull request #156 from omarrayward/explain-regexp...
2016-01-26 Joel MartinMerge branch 'Haxe'
2016-01-26 Joel MartinMerge pull request #146 from dubek/fix-macro-eval
2016-01-26 Joel Martinjulia, matlab, r, rust, swift: fix macro result evaluation
2016-01-26 Joel MartinMerge pull request #143 from dubek/add-gensym
2016-01-25 Dov MurikAdd gensym and clean `or` macro to stepA of 19 implemen...
2015-12-28 Joel MartinMerge pull request #137 from ivern/kotlin
2015-12-02 Joel MartinJulia: fix nested sequence equality.
2015-11-19 Javier Fernandez... Merge remote-tracking branch 'kanaka/master' into kotlin
2015-11-17 Joel MartinMerge pull request #114 from dubek/equality-pure-mal
2015-11-17 Joel Martinhash-map equality: bash, c, coffee, cs, es6, ...
2015-10-31 Joel MartinAll: fix read/print of \\, and \n
2015-10-27 Javier Fernandez... Updated from master, solved conflicts
2015-10-27 Joel MartinAll: show comments with stats target.
2015-10-27 Javier Fernandez... Merge remote-tracking branch 'kanaka/master' into kotlin
2015-10-24 Joel MartinJulia: update to verion 0.4. Add time-ms.
2015-10-06 Joel MartinTravis: add C++(cpp), factor and julia.
2015-04-03 Nala Ginrutmerge upstream
2015-04-01 Joel MartinJulia: missed Makefile for stats.
2015-04-01 Joel MartinJulia: self-hosting.
2015-04-01 Joel MartinJulia: step A. Add atoms and metadata.
2015-04-01 Joel MartinJulia: Step 9, hash maps and keywords.
2015-04-01 Joel MartinJulia: step 8
2015-04-01 Joel MartinJulia: step7.
2015-04-01 Joel MartinJulia: step6
2015-04-01 Joel MartinJulia: step5
2015-04-01 Joel MartinJulia: step4
2015-04-01 Joel MartinJulia: step3
2015-04-01 Joel MartinJulia: add step2.
2015-04-01 Joel MartinJulia: step 1 basics.
2015-04-01 Joel MartinJulia: step0
2015-03-27 Peter StephensMerge branch 'master' of https://github.com/kanaka...