jackhill/mal.git
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
2019-08-27 Joel MartinMerge pull request #444 from bjh21/bjh21-bare-newline
2019-08-27 Joel Martintcl, yorick: fix read-string of raw newline.
2019-08-22 Joel Martinawk, bash: fix read-string of raw newline.
2019-08-21 Joel MartinMerge pull request #445 from bjh21/bjh21-bbc-basic
2019-08-21 Ben Harrisbbc-basic: Permit bare newlines in strings.
2019-08-21 Ben Harrisstep 6: Test reading strings containing bare newlines.
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-08-20 Nicolas Boulenguezguide: make explicit that the example code can be adapted.
2019-08-12 Joel MartinREADME update wasm MODE info.
2019-08-10 Joel Martinwasm: add wasmer, lucet modes. Update wasmtime.
2019-08-08 Joel Martines6, ts: address security alerts.
2019-08-08 Joel Martindocs/graph: js-yaml vulnerability fix.
2019-08-07 Joel MartinMerge pull request #440 from aasimk2000/add-nil-if...
2019-08-07 Aasim Kandrikarstep 4: Test (if nil 1) returns nil
2019-08-04 Joel MartinMerge pull request #439 from bjh21/bjh21-perl
2019-08-04 Ben Harrisperl: Add a README file containing some facts.
2019-08-04 Ben HarrisUpdate version requirement for perl.
2019-08-03 Ben Harrisperl: Rework 'do' to not use 'splice' and 'rest' methods.
2019-08-03 Ben Harrisperl: Replace $a1, $a2, and $a3 in EVAL with usefully...
2019-08-03 Ben Harrisperl: Use a proper Mal::Keyword type.
2019-08-02 Joel Martinmake: revert/correct fix for plain undef symbol.
2019-08-02 Joel Martingraph: update bbc-basic. Exclude more from LOC.
2019-08-02 Joel MartinMerge pull request #438 from bjh21/bjh21-bbc-basic
2019-08-01 Ben Harrisbbc-basic: Changes consequent upon file renaming.
2019-08-01 Ben Harrisbbc-basic: Rename all files of BASIC code to *.bas.
2019-07-31 Joel Martingraph: BASICs are statically typed.
2019-07-31 Joel Martindocs/graph: add bbc-basic, vala. General updates.
2019-07-31 Joel Martinstats: exclude steps 0-9 & generated/extern files
2019-07-31 Joel Martinmake: fix catch of undefined plain symbol
2019-07-31 Joel MartinMerge pull request #359 from bjh21/bjh21-unterminated...
2019-07-31 Joel MartinMerge pull request #436 from dubek/vhdl-fix-unterminate...
2019-07-31 Dov Murikvhdl: Fix reading of unterminated strings that happen...
2019-07-31 Joel Martinfactor: detect unclosed strings.
2019-07-31 Joel Martinperl6, r, skew: detect unclosed strings.
2019-07-31 Joel Martinswift: detect unclosed strings.
2019-07-31 Joel Martinwasm: check for invalid string in read_form
2019-07-31 Joel Martinrpython, swift3, wasm: detected unclosed strings.
2019-07-31 Joel Martinguile, matlab, nim, ps: detected unclosed strings.
2019-07-31 Joel Martincoffee, dart, elixir, elm: detect unclosed strings.
2019-07-30 Joel MartinMerge pull request #435 from bjh21/bjh21-perl
2019-07-30 Ben Harrisperl: Remove a temporary variable in functions defined...
2019-07-30 Ben Harrisperl: Use // instead of ?: when evaluating "else" claus...
2019-07-30 Ben Harrisperl: Simplify string unescaping code.
2019-07-30 Ben Harrisperl: Sightly simplify 'swap!'.
2019-07-30 Ben Harrisperl: Use '//' operator to make pr_str slightly simpler.
2019-07-30 Ben Harrisperl: Use pairmap to make printing hash-maps simpler.
2019-07-30 Ben Harrisperl: Use more string interpolation in the printer.
next