Merge pull request #256 from vvakame/impl-ts
[jackhill/mal.git] / go /
2017-02-11 Joel MartinGo, Kotlin, Nim, ObjC, RPython: update Dockerfiles.
2017-02-06 Joel MartinMerge pull request #254 from cosmos72/master
2017-02-06 Massimiliano GhilardiGo: Use type assertions where possible instead of refle...
2016-08-06 Vasilij SchneidermannMerge branch 'master' into chuck-implementation
2016-05-19 Joel MartinRefactor to use run scripts, remove *_RUNSTEP
2016-04-05 Joel MartinMerge pull request #194 from dubek/literal-empty-list
2016-04-04 Dov MurikMerge pull request #5 from zmower/literal-empty-list
2016-04-03 Dov MurikMerge pull request #4 from kanaka/issue194-literal...
2016-04-02 Joel MartinFix empty list eval in step2 for most languages.
2016-03-28 Dov Murikgo: Fix panic on literal empty list
2016-03-20 Chris M MooreUpdate from master
2016-03-15 Joel MartinTests: move step5 non-TCO tests to per impl.
2016-03-02 Vasilij SchneidermannMerge branch 'master' into elisp
2016-02-24 Joel MartinMerge branch 'issue_166_string_ops' of github.com:kanak...
2016-02-24 Joel MartinMerge branch 'master' into issue_166_string_ops
2016-02-24 Joel MartinAdd dist targets to most implementations.
2016-02-21 Chris M MooreMerged master into ada branch + fix Makefile
2016-02-12 Joel MartinMerge pull request #170 from dubek/issue_166_d_go_vimscript
2016-02-12 Dov Murikgo: add seq and string?
2016-02-04 Joel MartinMerge pull request #158 from dubek/first-rest-nil
2016-02-04 Dov Murikfactor, go, guile, miniMAL, ps: Fix (first nil) and...
2016-01-29 Joel MartinMerge pull request #156 from omarrayward/explain-regexp...
2016-01-26 Joel MartinMerge branch 'Haxe'
2016-01-26 Joel MartinMerge pull request #146 from dubek/fix-macro-eval
2016-01-26 Joel MartinMerge pull request #143 from dubek/add-gensym
2016-01-23 Dov MurikAdd gensym and clean `or` macro to stepA of 12 implemen...
2016-01-22 Dov Murikbash, c, go, lua, racket: fix macro result evaluation
2015-11-19 Javier Fernandez... Merge remote-tracking branch 'kanaka/master' into kotlin
2015-11-12 Joel MartinMerge pull request #111 from dubek/fix-go-hash-equality
2015-11-12 Dov Murikgo: fix hash-map equality
2015-10-31 Joel MartinAll: fix read/print of \\, and \n
2015-10-27 Javier Fernandez... Updated from master, solved conflicts
2015-10-27 Joel MartinAll: show comments with stats target.
2015-10-06 Joel MartinTravis: add C, C#, Go, Perl, PHP, and Ruby.
2015-03-17 Chris M MooreAda: merge to latest baseline
2015-03-17 Peter StephensMerge branch 'master' of https://github.com/kanaka...
2015-03-14 Joel MartinAll: move metadata, atoms, readline, conj to stepA.
2015-03-05 Peter StephensMerge branch 'master' into fsharp
2015-03-04 Joel MartinMerge pull request #12 from tebeka/master
2015-03-04 Joel MartinMerge pull request #20 from def-/master
2015-03-01 Miki TebekaMerge branch 'master' of https://github.com/kanaka/mal
2015-03-01 Miki Tebekareadline works even when ~/.mal-history does not exist
2015-03-01 Miki Tebekarunning "gofmt" on the code
2015-02-28 Joel MartinMerge branch 'ruby1.9' of https://github.com/elektronau...
2015-02-28 Joel MartinMerge pull request #15 from joelpickup/master
2015-02-28 Joel MartinMerge pull request #14 from anton-trunov/guide-small-fix
2015-02-28 Joel MartinMerge pull request #13 from euc/patch-1
2015-02-28 Joel MartinMerge pull request #11 from treeform/patch-1
2015-02-28 Joel MartinAll: rename stepA_interop to stepA_mal
2015-01-09 Joel MartinAll: add keywords.
2015-01-07 Joel Martingo: add time-ms. Ruby: fix step9,A content.
2015-01-07 Joel MartinGo: add missing env.go
2015-01-07 Joel MartinAll: swap step9,A. Fixes for bash, C, perl.
2015-01-07 Joel Martingo: update README. Backport Func usage.
2014-10-10 Joel Martingo: add metadata and atoms. HashMap dedicated type.
2014-10-10 Joel Martingo: add hash-map support.
2014-10-09 Joel Martingo: add readline.go that wraps libreadline/libedit
2014-10-09 Joel Martingo: add stepA_more. try* and more core functions.
2014-10-07 Joel Martingo: add step8_macros
2014-10-07 Joel Martingo: add step7_quote
2014-10-07 Joel Martingo: add step6_file
2014-10-07 Joel Martingo: add step5_tco. Refactor env.
2014-10-07 Joel Martingo: add step4_if_fn_do
2014-10-05 Joel Martingo: add step3_env
2014-10-05 Joel Martingo: step2_eval vector/hash-map in eval_ast
2014-10-05 Joel Martingo: step2_eval basic functionality
2014-10-05 Joel Martingo: step1_read_print vectors and hash-maps
2014-10-05 Joel Martingo: step1_read_print print working.
2014-10-05 Joel Martingo: reading of atoms and lists.
2014-10-05 Joel Martinstep0_repl.go: strip newline from input.
2014-10-04 Joel Martingo: step0_repl