Merge pull request #455 from epylar/python.2
[jackhill/mal.git] / mal /
2019-08-21 Joel MartinMerge pull request #442 from asarhaddon/mal-macro-env
2019-08-21 Nicolas Boulenguezmal: during environment lookup, convert the key to...
2019-08-20 Nicolas Boulenguezmal: improve efficiency of macro expansion
2019-08-20 Nicolas Boulenguezmal: when looking up a macro in the env stack, only...
2019-08-20 Nicolas Boulenguezmal: improve consistency of indentation
2019-07-31 Joel MartinMerge pull request #359 from bjh21/bjh21-unterminated...
2019-07-29 Joel MartinFix second-order self-hosting.
2019-07-29 Joel MartinMerge pull request #387 from asarhaddon/test-macroexpan...
2019-07-29 Joel MartinMerge pull request #415 from asarhaddon/load-file-trail...
2019-07-28 Nicolas Boulenguezload-file: accept empty file or final comment, return nil
2019-07-25 Ben HarrisMerge branch 'master' into bjh21-unterminated-strings
2019-07-17 Joel MartinMerge pull request #361 from asarhaddon/exercise-native...
2019-07-15 Joel MartinMerge pull request #400 from asarhaddon/improve-mal...
2019-07-15 Nicolas BoulenguezMerge remote-tracking branch 'remotes/kanaka/master...
2019-07-15 Nicolas Boulenguezmal: implement macro? with contains? instead of list...
2019-07-14 Nicolas BoulenguezImplement macros with maps instead of vectors.
2019-07-09 Nicolas Boulenguezmal: fix vector? sequential? and PRINT for new macro...
2019-07-09 Nicolas Boulenguezmal: implement macro without metadata
2019-07-09 Nicolas Boulenguezmal: in step2, revert to reporting key error
2019-07-09 Nicolas Boulenguezmal: rename macro? to _macro?. Also rename bool-and...
2019-07-09 Nicolas BoulenguezRemove gensym, inc and or from step files.
2019-07-09 Nicolas Boulenguezmal: improve MAL implementation.
2019-06-12 Ben HarrisMerge branch 'master' into bjh21-unterminated-strings
2019-06-11 Joel MartinMerge pull request #394 from bjh21/bjh21-unterminated...
2019-06-03 Joel MartinMerge pull request #396 from inkydragon/fix-test-on...
2019-05-31 Joel MartinMerge pull request #389 from bjh21/bjh21-mal-kw-outer
2019-05-31 Ben Harrismal: Use a keyword to link each environment to its...
2019-05-30 Joel MartinVarious small self-host mode fixes.
2019-05-30 Joel MartinTravis: detect special self-host-test branch.
2019-05-15 Joel MartinMerge pull request #379 from bjh21/bjh21-unterminated...
2019-05-13 Joel MartinMerge pull request #372 from bjh21/bjh21-empty-hashmap
2019-05-13 Joel MartinMerge pull request #374 from sgtatham/vala-fixes
2019-05-13 Joel MartinMerge pull request #370 from asarhaddon/hide-gensym...
2019-05-11 Nicolas Boulenguezgensym: hide the counter in an environment, define...
2019-03-27 Joel MartinMerge pull request #345 from asarhaddon/ada.2
2019-03-21 Joel MartinConvert to loccount based stats calculation.
2019-02-27 Joel Martincrystal, kotlin, mal, scala: Support catchless try*
2018-12-27 Joel MartinMerge pull request #333 from LispLY/objc-fix-conj-meta
2018-11-29 Joel Martinmal: update Dockerfile to Ubuntu 18.04 and node 10
2018-06-24 Joel MartinMerge pull request #319 from chr15m/refactor-php-web...
2018-01-04 Joel MartinMerge pull request #310 from bendudson/master
2017-11-02 Joel MartinMerge pull request #306 from kanaka/add-predicates
2017-10-16 Vasilij Schneidermanncommon-lisp, es6, guile, java, mal: Add number?, fn...
2017-07-22 Jos van BakelElm: revert change in core.mal
2017-07-18 Jos van BakelElm: GC almost working.
2016-11-13 Harry TerkelsenMerge branch 'master' into dart
2016-10-31 Joel MartinMerge branch 'master' of github.com:kanaka/mal
2016-10-31 Joel MartinMerge branch 'basic'
2016-10-25 Joel MartinBasic: Reduce GOSUB use. Partial self-host to step3
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-28 Dov Murikmal: Fix exception on literal empty list
2016-03-20 Chris M MooreUpdate from master
2016-03-09 Joel MartinMerge pull request #184 from dubek/mal-time-ms
2016-03-09 Dov Murikmal: Add time-ms to core; add tests for time-ms
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 MartinDist/packaging for most impls. erlang, racket *ARGV...
2016-02-21 Chris M MooreMerged master into ada branch + fix Makefile
2016-02-11 Joel MartinMerge pull request #167 from dubek/issue_166_ocaml
2016-02-11 Joel Martinmal, rust: add seq/string?
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 MartinMerge pull request #143 from dubek/add-gensym
2016-01-26 Dov Murikcoffee, es6, js, mal, miniMAL: fix macro result evaluation
2016-01-23 Dov MurikAdd gensym and clean `or` macro to stepA of 12 implemen...
2015-11-19 Javier Fernandez... Merge remote-tracking branch 'kanaka/master' into kotlin
2015-11-12 Joel MartinMove mal code examples from mal/ to examples/
2015-11-07 Joel MartinMisc cleanup for midwest.io presentation.
2015-10-27 Javier Fernandez... Updated from master, solved conflicts
2015-10-27 Joel MartinAll: show comments with stats target.
2015-10-06 Joel MartinTravis: add C++(cpp), factor and julia.
2015-10-06 Joel MartinTravis: add mal and nim.
2015-08-07 Joel Martinmal: add back conj definition.
2015-07-06 Peter StephensMerge remote-tracking branch 'kanaka/master' into fsharp
2015-06-11 Joel MartinRPython: step1 basics
2015-03-27 Peter StephensMerge branch 'master' of https://github.com/kanaka...
2015-03-19 Nala GinrutMerge branch 'master' of github.com:kanaka/mal into...
2015-03-18 Joel Martinruntest: set pty size to fix readline of long lines.
2015-03-05 Peter StephensMerge branch 'master' into fsharp
2015-03-04 Joel MartinMerge pull request #20 from def-/master
2015-03-01 Miki TebekaMerge branch 'master' of https://github.com/kanaka/mal
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-01-09 Joel MartinMisc cleanup. Move *host-language* to stepA.
2015-01-09 Joel MartinAll: add keywords.
2015-01-09 Joel MartinVB.Net: port of C# version.
2015-01-07 Joel MartinAll: swap step9,A. Fixes for bash, C, perl.
2014-04-24 Joel MartinMerge commit 'e47ddca2f8d80145386a377fc81a738d89c46cf0'
2014-04-19 Joel MartinAll: *ARGV* and *host-language*. Misc syncing/fixes.
next