aboutsummaryrefslogtreecommitdiff
path: root/go
AgeCommit message (Expand)Author
2015-03-01Merge branch 'master' of https://github.com/kanaka/malMiki Tebeka
2015-03-01readline works even when ~/.mal-history does not existMiki Tebeka
2015-03-01running "gofmt" on the codeMiki Tebeka
2015-02-28All: rename stepA_interop to stepA_malJoel Martin
2015-01-09All: add keywords.Joel Martin
2015-01-06go: add time-ms. Ruby: fix step9,A content.Joel Martin
2015-01-06Go: add missing env.goJoel Martin
2015-01-06All: swap step9,A. Fixes for bash, C, perl.Joel Martin
2015-01-06go: update README. Backport Func usage.Joel Martin
2014-10-09go: add metadata and atoms. HashMap dedicated type.Joel Martin
2014-10-09go: add hash-map support.Joel Martin
2014-10-09go: add readline.go that wraps libreadline/libeditJoel Martin
2014-10-09go: add stepA_more. try* and more core functions.Joel Martin
2014-10-06go: add step8_macrosJoel Martin
2014-10-06go: add step7_quoteJoel Martin
2014-10-06go: add step6_fileJoel Martin
2014-10-06go: add step5_tco. Refactor env.Joel Martin
2014-10-06go: add step4_if_fn_doJoel Martin
2014-10-04go: add step3_envJoel Martin
2014-10-04go: step2_eval vector/hash-map in eval_astJoel Martin
2014-10-04go: step2_eval basic functionalityJoel Martin
2014-10-04go: step1_read_print vectors and hash-mapsJoel Martin
2014-10-04go: step1_read_print print working.Joel Martin
2014-10-04go: reading of atoms and lists.Joel Martin
2014-10-04step0_repl.go: strip newline from input.Joel Martin
2014-10-04go: step0_replJoel Martin