jackhill/mal.git
2016-02-16 Joel Martinkotlin: add seq and string?
2016-02-16 Joel Martinawk: add seq and string?
2016-02-15 Joel MartinJulia: add seq, string? and conj.
2016-02-15 Joel MartinMerge pull request #174 from dubek/issue_166_schemes
2016-02-15 Dov Murikracket: add seq and string?
2016-02-15 Dov Murikguile: add seq and string?
2016-02-15 Joel Martinhaskell, r: add seq and string?.
2016-02-15 Joel Martinps, python: fix keyword? on empty string.
2016-02-15 Joel MartinMerge pull request #173 from dubek/issue_166_beams
2016-02-15 Dov Murikelixir: add seq and string?
2016-02-15 Dov Murikerlang: add seq and string?
2016-02-15 Joel MartinMerge pull request #172 from dubek/issue_166_sharps_cry...
2016-02-15 Dov Murikcrystal: add seq and string?
2016-02-15 Dov Muriklua: add seq and string?
2016-02-15 Dov Murikperl: add seq and string?
2016-02-15 Dov Murikfsharp: add seq and string?
2016-02-15 Dov Murikvb: add seq and string?
2016-02-15 Dov Murikcs: add seq and string?
2016-02-12 Joel Martingroovy, java, scala: add seq/string?.
2016-02-12 Joel MartinMerge pull request #170 from dubek/issue_166_d_go_vimscript
2016-02-12 Dov Murikd: add seq and string?
2016-02-12 Dov Murikvimscript: add seq and string?
2016-02-12 Dov Murikgo: add seq and string?
2016-02-12 Joel MartinMerge pull request #169 from dubek/issue_166_tcl
2016-02-12 Dov Muriktcl: add seq and string?
2016-02-12 Joel MartinMerge pull request #168 from sdt/sdt/cpp-string-ops
2016-02-11 Stephen ThirlwallC++ string? & seq implementations
2016-02-11 Joel MartinMerge pull request #167 from dubek/issue_166_ocaml
2016-02-11 Joel Martinmal, rust: add seq/string?
2016-02-11 Dov Murikocaml: add seq and string?
2016-02-11 Joel Martinmake, ps, ruby: add seq/string?
2016-02-11 Joel Martinhaxe, matlab, miniMAL, python, rpython: add seq/string?
2016-02-11 Joel Martinbash, c, clojure, coffee, es6, js: add seq/string?
2016-02-11 Joel MartinAdd seq and string? tests.
2016-02-10 Joel Martinexamples/pprint.mal: comment out inline tests.
2016-02-10 Joel MartinSimple pprint example.
2016-02-05 Joel MartinMatlab: fix real matlab issues, , add conj.
2016-02-05 Joel Martinbash, nim: fix self-hosted string handling
2016-02-05 Joel MartinHaxe, Julia, miniMAL: self-hosting fixes.
2016-02-04 Joel MartinMerge pull request #158 from dubek/first-rest-nil
2016-02-04 Dov Murikkotlin: Fix (rest nil)
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
next