jackhill/mal.git
2016-01-26 Joel MartinHaxe: add C++, JS, Neko targets. Make neko default.
2016-01-26 Joel MartinHaxe: step7-A, hash-maps, metadata, self-hosting.
2016-01-15 Joel MartinHaxe: step2-step6 basics, vectors, and keywords.
2016-01-09 Joel MartinHaxe: step0 and step1.
2016-01-11 Joel MartinMerge branch 'issue130_matlab_fixes'
2016-01-11 Joel MartinMerge branch 'issue130_diagram_updates'
2016-01-09 Joel Martinmatlab: missed octave support fixes.
2016-01-06 Dov Murikfactor: fix atom `swap!` in step6 and later
2016-01-06 Dov Murikfactor: remove unrelated vim swap file
2016-01-06 Dov Murikforth: implement atom swap! in step6 (and later)
2016-01-06 Dov Murikguile: modify step6 (and later) to handle atoms
2016-01-06 Dov Murikprocess, tests: move atoms implementation from stepA...
2016-01-04 Joel MartinMerge pull request #141 from rcantangus/master
2016-01-04 rcantangusUpdate guide.md
2016-01-02 Joel MartinUpdate process diagrams with atoms in step6.
2015-12-31 Joel MartinMerge pull request #140 from rhysd/crystal-0.10.0
2015-12-31 Joel Martinmatlab: update Dockerfile and Makefile
2015-12-31 Joel Martinmatlab: support Octave 4.0.0
2015-12-31 rhysdCrystal: bump up crystal version to 0.10.0
2015-12-30 Joel MartinMerge pull request #138 from dubek/js-fix-quasiquote-nil
2015-12-30 Joel MartinGroovy, coffee: fix (quasiquote (nil))
2015-12-30 Joel MartinMerge pull request #139 from wendelb/wendelb-patch...
2015-12-29 wendelbUpdated mal.html
2015-12-28 Dov MurikminiMAL: Fix exception in `(nil)
2015-12-28 Dov Murikjs: Fix exception in `(nil)
2015-12-28 Joel MartinMerge pull request #137 from ivern/kotlin
2015-12-26 Javier Fernandez... Upgraded to Kotlin 1.0.0 Beta 4, got rid of remaining...
2015-12-23 Joel MartinLICENSE.txt: remove, not missed after all.
2015-12-23 Joel MartinLICENSE.txt: long missing license file.
2015-12-18 Joel MartinMakefile: add REGRESS functionality
2015-12-18 Joel MartinMerge commit '069f90b'
2015-12-18 Joel MartinClojure: No comma hash-map printing. Fix str nil printing.
2015-12-18 Joel MartinMerge pull request #132 from sdt/native-swap
2015-12-17 Joel MartinClojure: *print-readably* for str. Use 1.8.0-RC4
2015-12-17 Dov Murikerlang: pr-str: fix quoting of strings in hash-maps
2015-12-17 Dov Murikguile: use readable/not-readable when printing hash...
2015-12-17 Dov Murikocaml: don't print commas in hash-maps
2015-12-17 Dov Murikforth: don't print commas in hash-maps
2015-12-17 Dov Muriktests: Add str and pr-str tests in step4 and step9
2015-12-17 Joel Martinpython: fix string/unicode comparison.
2015-12-17 Joel Martin.gitignore: ignore built erlang/mal.
2015-12-17 Joel Martin.travis.yml: one line for each impl.
2015-12-17 Joel Martinvimscript: hack for make perf to work in docker
2015-12-15 Joel MartinMerge pull request #136 from dubek/add-vimscript-to...
2015-12-15 Dov Muriktravis: add vimscript to matrix
2015-12-15 Joel MartinMerge pull request #133 from dubek/runtest-repeat-failures
2015-12-15 Dov Murikruntest.py: Repeat failed test cases at the bottom
2015-12-15 Stephen ThirlwallDon't pass an env to apply
2015-12-14 Joel MartinMerge pull request #131 from dubek/repl-invocation
2015-12-14 Dov MurikMakefile: add REPL invocation rules
2015-12-14 Stephen ThirlwallImplement native swap! function
2015-12-10 Joel MartinMerge pull request #129 from dubek/examples-memoize
2015-12-10 Dov Murikexamples: add memoize.mal as a usage example for atoms
2015-12-09 Joel MartinMerge pull request #128 from sleep/actual-zsh-fix
2015-12-09 Sean Leequoted all make args in documentation for zsh compatibility
2015-12-04 Joel MartinMerge pull request #127 from dubek/fix-nim-tokenizer-oom
2015-12-04 Dov Muriknim: fix tokenizer endless loop (and out-of-memory...
2015-12-03 Joel MartinHaskell: fix simple vector equality. Add test.
2015-12-03 Joel MartinBash, PHP: fix nested hash-map equality.
2015-12-03 Joel MartinScala: fix hash-map nil values and printing.
2015-12-02 Joel MartinTravis: add D implementation.
2015-12-02 Joel MartinMerge pull request #125 from dubek/d-impl
2015-12-02 Dov MurikD implementation
2015-12-02 Dov Muriktests: add tests for nil hashmap values
2015-12-02 Joel MartinScala: fix nested sequence/hash-map equality.
2015-12-02 Joel MartinTests: add nested hash-map tests.
2015-12-02 Joel MartinJulia: fix nested sequence equality.
2015-11-30 Joel MartinMerge pull request #124 from dubek/fix-guile-hash-list...
2015-11-30 Dov Murikguile: fix equality of hash-maps and lists/vectors
2015-11-30 Joel MartinMatlab: fix hash-map equality and keywords.
2015-11-30 Joel MartinR: add native hash-map equality
2015-11-30 Joel MartinMerge pull request #122 from dubek/nested-vector-list...
2015-11-30 Dov Muriktests: add soft tests for nested vector/list equality...
2015-11-24 Joel MartinTravis: fix docker use with matrix.
2015-11-24 Joel MartinTravis: test without language setting.
2015-11-24 Joel MartinTravis: fix global language to "node_js"
2015-11-23 Joel Martinnim: update Dockerfile to use version 0.12
2015-11-23 Joel MartinMerge pull request #120 from def-/master
2015-11-23 Joel MartinMerge pull request #121 from dubek/lua-time-ms
2015-11-23 Joel MartinMerge pull request #119 from dubek/racket-fix-hash...
2015-11-23 Joel MartinMerge pull request #118 from dubek/ocaml-fix-hash-equality
2015-11-23 Dov Muriklua: fix time-ms to return actual millisecond resolutio...
2015-11-23 defNim: Fix hash map behaviour when key is not in it
2015-11-23 defNim: Add sequtils import for map proc
2015-11-22 Dov Murikracket: fix hash-map equality
2015-11-22 Dov Murikocaml: fix hash equality
2015-11-19 Joel MartinVB: fix hash-map equality.
2015-11-19 Joel Martinmake: fix comparison of empty hash-maps.
2015-11-19 Joel Martinmake: fix list comparison
2015-11-19 Joel MartinMerge pull request #117 from ivern/kotlin
2015-11-19 Joel Martinperl: fix keys on hash-map in perl 5.20
2015-11-19 Javier Fernandez... Merge remote-tracking branch 'kanaka/master' into kotlin
2015-11-18 Javier Fernandez... Updated kotlinc version in the Dockerfile
2015-11-18 Javier Fernandez... Merge branch 'kotlin' of https://github.com/ivern/mal...
2015-11-18 Javier Fernandez... Removed unnecessary casts now that Kotlin compiler...
2015-11-18 Javier Fernandez... Upgraded to Kotlin 1.0.0-beta-2423, fixed new deprecati...
2015-11-18 Joel MartinMakefile: fix recursive make of compiled impls.
2015-11-18 Joel MartinminiMAL, perl: add native hash-map equality.
2015-11-18 Joel MartinMerge pull request #115 from dubek/fix-ps-hash-equal
2015-11-18 Dov Murikps: fix hash-map equality
next