aboutsummaryrefslogtreecommitdiff
path: root/go
AgeCommit message (Collapse)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
Also, add missed postscript interop tests.
2015-01-09All: add keywords.Joel Martin
Also, fix nth and count to match cloure.
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
step9_interop -> stepA_interop stepA_more -> step9_try C: fix glib headers bash: behavior change of declare -A and pattern replacement. perl: squelch new 5.18 warnings related to switch/given statement. Also, include some in-progress interop related files.
2015-01-06go: update README. Backport Func usage.Joel Martin
2014-10-09go: add metadata and atoms. HashMap dedicated type.Joel Martin
HashMap needs a dedicated type now to be able to store the metadata.
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
Move EnvType interface definition to types.go. Remove Env pointers.
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