jackhill/mal.git
2016-02-04 Dov Murikgroovy, java, scala: Fix (first nil) and (rest nil)
2016-02-04 Dov Murikswift: Fix (rest nil)
2016-02-04 Dov Murikcs, fsharp, vb: Fix (first nil) and (rest nil)
2016-02-04 Dov Murikcpp, haxe, rust: Fix (first nil) and (rest nil)
2016-02-04 Dov Murikawk, haskell: Fix (first nil) and (rest nil)
2016-02-04 Dov Murikc, julia: Fix (first nil) and (rest nil)
2016-02-04 Dov Murikfactor, go, guile, miniMAL, ps: Fix (first nil) and...
2016-02-04 Dov Murikelixir, erlang, lua, php, r, vimscript: Fix (first...
2016-02-04 Dov Murikcoffee, es6, js, perl, python, ruby: Fix (first nil...
2016-02-04 Dov Muriktests: Add tests for (first nil) and (rest nil)
2016-02-03 Joel Martinrpython, matlab: fix first/rest on nil.
2016-02-01 Joel MartinRemove soft around nested equality tests
2016-02-01 Joel MartinMerge pull request #164 from dubek/factor-fix-nested...
2016-02-01 Dov Murikfactor: Fix nested list/vector/map equality
2016-02-01 Joel MartinMerge pull request #163 from ekmartin/step_9_elixir_sof...
2016-02-01 ekmartinElixir: Make sure equals for maps has the correct list...
2016-02-01 Joel MartinMerge pull request #161 from dubek/guide-time-ms-conj
2016-02-01 Joel MartinMerge pull request #162 from dubek/erlang-fix-nested...
2016-02-01 Dov Murikguide: Document time-ms and conj
2016-02-01 Dov Murikerlang: Fix nested list/vector/map equality
2016-02-01 Dov Muriktests: verify list/vector equality in hash-map values
2016-02-01 Joel MartinMerge pull request #157 from dubek/extra-args-as-list
2016-02-01 Dov Murikforth: Pass empty extra arguments as empty list
2016-01-31 Joel MartinMerge pull request #159 from omarrayward/fix-plural...
2016-01-31 Omar Raywardfix typo tokens to token and remove redundant white...
2016-01-30 Joel MartinHaxe: add time-ms (make perf) support.
2016-01-30 Dov Murikjulia: Pass function arguments as a mal list
2016-01-30 Dov Murikclojure: Pass empty extra arguments as empty list
2016-01-30 Dov Murikruby: Pass function arguments as a mal list
2016-01-30 Dov Murikpython: Pass function arguments as a mal list
2016-01-30 Dov Muriktests: Verify extra args (after &) are in a mal list
2016-01-29 Joel MartinMerge pull request #156 from omarrayward/explain-regexp...
2016-01-29 Omar RaywardExplain each regexp composing the main regexp used...
2016-01-29 Joel MartinHaxe: add missed Env.hx file.
2016-01-27 Joel MartinMerge pull request #155 from ekmartin/nested_equal_elixir
2016-01-27 Joel MartinMerge pull request #154 from dubek/python-fix-str-equal
2016-01-27 ekmartinElixir: Fix nested list/vector equality
2016-01-27 Dov Murikpython: Fix newline ("\n") handling
2016-01-27 Dov Murikpython: Fix equality of unicode/normal strings in Pytho...
2016-01-26 Joel MartinHaxe: update README, fix macro eval, add conj.
2016-01-26 Joel MartinMerge branch 'Haxe'
2016-01-26 Joel Martinguide: note evaluation after macroexpansion.
2016-01-26 Joel Martintests: make macro result evaluation mandatory.
2016-01-26 Joel MartinMerge pull request #146 from dubek/fix-macro-eval
2016-01-26 Joel Martinjulia, matlab, r, rust, swift: fix macro result evaluation
2016-01-26 Joel Martinclojure, groovy, rpython, scala: fix macro result evalu...
2016-01-26 Joel Martincs, fsharp, java, vb: fix macro result evaluation.
2016-01-26 Joel MartinMerge pull request #153 from dubek/forth-hash-map-equality
2016-01-26 Dov Murikforth: Fix hash-map equality
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-26 Joel MartinMerge pull request #143 from dubek/add-gensym
2016-01-26 Dov Murikmake, php, python, ruby: fix macro result evaluation
2016-01-26 Dov Murikcoffee, es6, js, mal, miniMAL: fix macro result evaluation
2016-01-26 Dov Murikcrystal, elixir, erlang, factor, perl: fix macro result...
2016-01-25 Dov MurikAdd gensym and clean `or` macro to stepA of 19 implemen...
2016-01-23 Dov MurikAdd gensym and clean `or` macro to stepA of 13 implemen...
2016-01-23 Dov MurikAdd gensym and clean `or` macro to stepA of 12 implemen...
2016-01-23 Dov Murikprocess/guide: add gensym instructions to stepA
2016-01-23 Dov Murikcore.mal: Clean `and` and `or` macros with gensym
2016-01-23 Dov Murikprocess/stepA: add gensym and clean `or` macro
2016-01-23 Dov Muriktests/stepA: add gensym and clean `or` macro tests
2016-01-23 Dov Muriktests/step8: remove `and` macro tests, add ->> macro...
2016-01-22 Dov Murikbash, c, go, lua, racket: fix macro result evaluation
2016-01-22 Dov Murikd, nim, ps, tcl, vimscript: fix macro result evaluation
2016-01-22 Joel MartinMerge pull request #145 from ivern/kotlin
2016-01-22 Javier Fernandez... Implemented hashmap equality (addresses #116, #123)
2016-01-20 Joel MartinAdd macro result eval test.
2016-01-15 Joel MartinHaxe: step2-step6 basics, vectors, and keywords.
2016-01-11 Joel MartinMerge branch 'issue130_matlab_fixes'
2016-01-11 Joel MartinMerge branch 'issue130_diagram_updates'
2016-01-09 Joel MartinHaxe: step0 and step1.
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
next