jackhill/mal.git
2018-11-30 Joel Martin... forth: fix errors/reporting in steps 1-8.
2018-11-30 Joel Martinruntest.py: process output/errors as regex match.
2018-11-29 Joel Martinruntest.py: more generic prompt matching.
2018-11-29 Joel Martinawk: fix ignored escaped 'u' warning.
2018-11-29 Joel Martinmal: update Dockerfile to Ubuntu 18.04 and node 10
2018-11-29 Joel MartinMerge pull request #331 from vi/patch-1
2018-11-28 Joel MartinUpdate JS impls: use ffi-napi and Ubuntu 18.04
2018-11-09 Vitaly ShukelaAdd link to my Rust implementation
2018-10-30 Joel MartinMerge pull request #330 from omarroth/update-crystal
2018-10-29 Omar RothUpdate Crystal implementation
2018-08-25 Joel MartinAdd link to Rust implementation by Tim Morgan.
2018-07-17 Joel MartinTravis: re-active perf for erlang.
2018-07-17 Joel MartinMerge pull request #326 from seven1m/patch-1
2018-07-16 Tim MorganFix link to FAQ document
2018-07-16 Joel MartinTravis: enable mal impl for perf test.
2018-07-16 Joel MartinTravis: trigger build after github push error.
2018-07-16 Joel Martinperf: more accurate iter count (last-iters).
2018-07-16 Joel Martinperf: simplify perf3 iter calc. Enable perf^mal.
2018-07-16 Joel Martinperf: fix perf3 to show total iters instead of / 3
2018-07-15 Joel Martinrust: fix Dockerfile to include WORKDIR=/mal
2018-07-14 Joel Martin[travis] disable foment. Still hangs in perf.
2018-07-13 Joel Martinscheme: enable foment to test if hangs are fixed
2018-07-13 Joel Martinrust: Update rust and update/refactor implementation
2018-07-13 Joel Martinrust: remove rustyline ANSI CSI codes from output
2018-07-13 Joel MartinMerge pull request #323 from jig/master
2018-07-12 Joel MartinMerge pull request #325 from chr15m/php-interop-languag...
2018-07-12 Joel MartinMerge pull request #324 from seven1m/add-not-test-for-nil
2018-07-12 Joel Martintests/stepA: allow time-ms result to be signed.
2018-07-12 Joel MartinTypeScript: fix HOME bug and node symlink.
2018-07-12 Joel Martinscala: fix w/ xenial, sbt 0.14.6, update build.
2018-07-12 Joel Martinjava: fix by updating to xenial, java 8, maven 3
2018-07-12 Chris McCormickPHP: Wrap some native "language constructs".
2018-07-09 Tim MorganTest that (not nil) returns true
2018-07-08 Jordi ÍñigoGo: Minor
2018-07-08 Jordi ÍñigoGo: added file back accidentally removed
2018-07-07 Jordi ÍñigoGo: modified error messages
2018-07-07 Jordi ÍñigoGo: added argument count checks to functions
2018-07-07 Jordi ÍñigoGo: removed some redundant tests
2018-07-06 Jordi ÍñigoGo: Fix panic on call to function with wrong number...
2018-06-26 Joel MartinMerge pull request #322 from chr15m/projects-using-mal
2018-06-26 Chris McCormickAdded README section for projects using mal.
2018-06-25 Joel MartinMerge pull request #320 from chr15m/php-interop-improve...
2018-06-25 Chris McCormickUpdated PHP native interop interface.
2018-06-24 Joel MartinMerge pull request #319 from chr15m/refactor-php-web...
2018-06-24 Chris McCormickPHP: refactor web running mechanism.
2018-06-23 Joel MartinMerge pull request #318 from jamesbvaughan/fix-readme...
2018-06-23 James VaughanFix typo in Common Lisp section
2018-06-22 Joel MartinMerge pull request #317 from kanaka/rename-short-abbrev...
2018-06-22 Vasilij SchneidermannUse correct implementation names in build matrix
2018-06-22 Vasilij SchneidermannRename gst and pil directories in README
2018-06-17 Vasilij SchneidermannRename gst and pil to gnu-smalltalk and picolisp
2018-06-04 Joel MartinMerge pull request #316 from dubek/fantom
2018-06-03 Dov Muriktravis: Add fantom to build CI matrix
2018-06-03 Dov MurikAdd Fantom implementation
2018-04-02 Joel Martin[clojure] update lumo/image to fix module mismatch.
2018-01-04 Joel MartinMerge pull request #310 from bendudson/master
2018-01-04 Ben DudsonTidying, minimising differences between steps
2018-01-04 Ben DudsonRemoving env and core from step2
2018-01-03 Ben DudsonTidying up steps 0-3 (in progress)
2018-01-03 Ben DudsonAdding nasm to Travis yml file
2018-01-03 Ben DudsonAdd clean target
2018-01-02 Ben DudsonAdd stats and stats-lisp targets
2018-01-02 Ben DudsonBump language count in README
2018-01-02 Ben DudsonDockerfile xenial and binutils install
2018-01-02 Joel MartinMerge pull request #311 from bendudson/nasm-tests-step7_9
2018-01-02 Joel MartinMerge pull request #312 from jonaslu/add_metadata_reade...
2017-12-30 Joel MartinSwift: try forcing Travis to xcode version 7.3
2017-12-30 Jonas LundbergUpdate guide with note on reader macro with-meta
2017-12-29 Ben DudsonFix bug in map: should pass args as list
2017-12-29 Ben DudsonFix bug in concat, add test to step 7
2017-12-29 Ben DudsonAdding test to step7 for quasiquote
2017-12-29 Ben DudsonRemoving new tests from step7 and step9
2017-12-27 Ben DudsonAdd docker file. Docker tests pass
2017-12-27 Ben DudsonMoved macro-related functions to start of core Env
2017-12-27 Ben DudsonAdding README.md file and Make all target
2017-12-27 Ben DudsonAll tests pass
2017-12-26 Ben DudsonStep 8 passes
2017-12-26 Ben DudsonStep 9 passes again
2017-12-26 Ben DudsonMoving error handler into exceptions.asm
2017-12-26 Ben DudsonFix bugs, performance test now runs
2017-12-22 Ben DudsonFix bug in map, modifying function return values
2017-12-21 Ben DudsonAdd seq core function. Self-hosting tests pass (!)
2017-12-21 Ben DudsonFix bug in map: should pass args as list
2017-12-20 Ben DudsonFix bug in apply, tests for double-free errors
2017-12-18 Ben DudsonFix bugs in try*/catch*
2017-12-16 Ben DudsonFix bug in concat, add test to step 7
2017-12-15 Ben DudsonFix list and repl output
2017-12-15 Ben DudsonAdd time-ms function
2017-12-14 Ben DudsonFix bug in rest and println
2017-12-13 Ben DudsonFix bug in concat. MAL step 2 now passes
2017-12-13 Ben DudsonFix small bug in comparison
2017-12-12 Ben DudsonAdding gensym, clean or macro
2017-12-12 Ben DudsonAdd meta, with-meta and ^ reader
2017-12-11 Ben DudsonStart step A, add readline
2017-12-11 Ben DudsonAdd vals and dissoc functions
2017-12-09 Ben DudsonAdd assoc function, small fixes
2017-12-09 Ben DudsonAdd try*/catch*
2017-12-09 Ben DudsonAdd keyword and keyword? functions
2017-12-09 Ben DudsonAdd get, sequential?, symbol, vector and hash-map functions
2017-12-08 Ben DudsonFix swap! function
next