jackhill/mal.git
2020-01-09 AnotherTestfix weird interaction between let* and fn* and atoms
2020-01-08 AnotherTestadd step9 and fix "symbol not found" exception format
2020-01-08 AnotherTestfix atom interactions and unfuck execution speed
2020-01-07 AnotherTestproperly implement tco and add step7:quote
2020-01-07 AnotherTestadd step8
2020-01-07 AnotherTestproperly implement tco and add step7:quote
2020-01-07 AnotherTestadd atoms
2020-01-07 AnotherTeststart step6 and add the cheaty runtime of cheatiness
2020-01-07 AnotherTestfix scoping and backport print patch
2020-01-07 AnotherTestEQUIRECURSION BABY!
2020-01-07 AnotherTest...add step4...
2020-01-07 AnotherTestfix (= list vector) and the case where (((& x) ......
2020-01-07 AnotherTestimpl step5
2020-01-07 AnotherTeststep 3 done~
2020-01-07 AnotherTestprepare for later
2020-01-07 AnotherTeststep2 - eval
2020-01-07 AnotherTestall tests passing yay
2020-01-07 AnotherTest"fix" more reader stuff
2020-01-07 AnotherTestbasic...? impl
2019-12-20 Joel MartinMerge pull request #478 from rjtobin/zig
2019-12-20 Josh Tobinzig: readme and travis
2019-12-19 Josh Tobinzig: remove env usage in step2
2019-12-17 Joel Martintests: remove atom metadata test.
2019-12-17 Joel MartinMerge pull request #482 from dubek/fix-defmacro-clone...
2019-12-17 Joel MartinMerge pull request #480 from MontakOleg/swift5
2019-12-17 Dov Murikes6, js, python, ruby: defmacro! doesn't mutate origina...
2019-12-14 Josh Tobinzig: tidy, more args, fix empty repl lines
2019-12-14 Oleg Montakswift5: get rid of swift dependency to run tests
2019-12-14 Josh Tobinzig: adds missing build script and utility
2019-12-13 Josh TobinMakefile and Dockerfile for zig
2019-12-13 Josh TobinAdds zig implementation
2019-12-12 Joel MartinMerge pull request #476 from rectalogic/python.2-env
2019-12-11 Andrew WasonAdd a test that eval is in root scope and that newly...
2019-12-07 Andrew WasonFix Env.find implementation.
2019-12-04 Joel MartinMerge pull request #475 from gautamkrishnar/patch-1
2019-12-04 Gautam krishna Rnpm update should be npm install
2019-12-02 Joel MartinMerge pull request #474 from denisidoro/patch-1
2019-12-02 Denis IsidoroAdd reference to flk
2019-12-02 Joel MartinMerge pull request #467 from MontakOleg/swift5
2019-12-02 Joel MartinMerge pull request #473 from chr15m/fix-bash-interop...
2019-12-02 Chris McCormickReplace __STAR__ in sh* eval and quote result.
2019-12-01 Chris McCormickBash: tests for multiline outputs from sh*.
2019-12-01 Chris McCormickBash: sh* also captures output not ending with \n.
2019-12-01 Chris McCormickBash: fix \n stripping from sh* output.
2019-11-30 Chris McCormickFix Bash implementation interop carriage returns.
2019-11-20 Oleg Montakswift5: update run script to guarantee no unnecessary...
2019-11-19 Joel MartinMerge pull request #468 from epylar/patch-3
2019-11-16 Gavin LewisClarify "rest" builtin in guide.md
2019-11-08 Oleg Montakswift5: refactor a bit
2019-11-08 Oleg Montakswift5: dockerfile
2019-11-08 Oleg Montakswift5: stepA_mal
2019-11-08 Oleg Montakswift5: step9_try
2019-11-08 Oleg Montakswift5: step8_macros
2019-11-08 Oleg Montakswift5: step7_quote
2019-11-08 Oleg Montakswift5: step6_file
2019-11-08 Oleg Montakswift5: step5_tco
2019-11-08 Oleg Montakswift5: step4_if_fn_do
2019-11-08 Oleg Montakswift5: step3_env
2019-11-08 Oleg Montakswift5: step2_eval
2019-11-08 Oleg Montakswift5: step1_read_print - parser combinators
2019-11-08 Oleg Montakswift5: step0_repl
2019-11-03 Joel MartinMerge pull request #466 from epylar/patch-2
2019-11-02 Gavin LewisUpdate Rust version information in README.md
2019-11-02 Joel MartinMerge pull request #465 from dubek/wren-impl
2019-11-02 Dov Murikwren: Add `dist` target to Makefile
2019-11-02 Dov Murikwren: Add dummy Makefile
2019-11-02 Dov MurikTravis: add wren to matrix
2019-11-02 Dov MurikREADME: add Wren implementation
2019-11-02 Dov MurikAdd Wren implementation
2019-10-31 Joel MartinMerge pull request #464 from dubek/tests-nth-with-nil...
2019-10-30 Dov Muriktests: step8: Verify nth doesn't throw on nil elements
2019-10-25 Joel MartinMerge pull request #463 from epylar/rust-2018
2019-10-25 Gavin LewisUpdate rust dependencies to latest versions
2019-10-24 Gavin LewisUpdate rust dependency lazy_static to 1.4.0
2019-10-24 Gavin LewisUpdate Rust implementation to Rust 2018
2019-10-22 Joel MartinMerge pull request #461 from epylar/patch-1
2019-10-22 Gavin LewisAdd missing python.2 author (myself) to README.md
2019-10-19 Joel MartinMerge pull request #460 from epylar/perf-python.2
2019-10-19 Gavin LewisImprove python.2 performance on perf3 benchmark
2019-10-17 Joel MartinMerge pull request #459 from epylar/fix-travis-script...
2019-10-17 Joel MartinMerge pull request #458 from epylar/standardize-python...
2019-10-17 Gavin LewisFix Travis test script to work with Bash 5
2019-10-17 Gavin LewisStandardize python.2 Dockerfile
2019-10-15 Joel MartinMerge pull request #455 from epylar/python.2
2019-10-15 GLUpdate README.md for python.2
2019-10-15 Gavin LewisFix Travis build for python.2
2019-10-14 Gavin LewisEnable Travis testing for python.2
2019-10-14 Gavin LewisAdd python.2 implementation
2019-10-12 Joel MartinMerge pull request #454 from epylar/clarify-step5-tco
2019-10-12 Gavin LewisClarify Step 5 of the implementation guide
2019-10-04 Joel MartinMerge pull request #451 from seven1m/malcc-link
2019-10-04 Tim MorganLink to malcc on GitHub
2019-09-18 Joel MartinMerge pull request #448 from rofrol/rust-rustfmt
2019-09-18 Joel MartinMerge pull request #449 from dubek/pike-impl
2019-09-18 Dov Muriktravis: Add pike to the test matrix
2019-09-18 Dov MurikREADME: add Pike implementation
2019-09-18 Dov MurikAdd Pike implementation
2019-09-17 Joel MartinMerge pull request #447 from rofrol/rust-remove-readline.rs
2019-09-17 Roman Frołowrust: rustfmt
2019-09-17 Roman Frołowrust: remove readline.rs
next