1
1
mirror of https://github.com/kanaka/mal.git synced 2024-11-10 12:47:45 +03:00
Commit Graph

22 Commits

Author SHA1 Message Date
Joel Martin
b8ee29b22f All: add keywords.
Also, fix nth and count to match cloure.
2015-01-09 16:16:50 -06:00
Joel Martin
fb5c165838 go: add time-ms. Ruby: fix step9,A content. 2015-01-06 21:59:01 -06:00
Joel Martin
61a2c2a704 Go: add missing env.go 2015-01-06 21:57:24 -06:00
Joel Martin
01c9731649 All: swap step9,A. Fixes for bash, C, perl.
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-06 21:57:24 -06:00
Joel Martin
1771ab50b8 go: update README. Backport Func usage. 2015-01-06 21:57:02 -06:00
Joel Martin
f2544a9467 go: add metadata and atoms. HashMap dedicated type.
HashMap needs a dedicated type now to be able to store the metadata.
2014-10-09 21:37:00 -05:00
Joel Martin
f2c9811fd8 go: add hash-map support. 2014-10-09 19:14:43 -05:00
Joel Martin
ad7e866ea1 go: add readline.go that wraps libreadline/libedit 2014-10-09 18:27:47 -05:00
Joel Martin
d667a1bb2e go: add stepA_more. try* and more core functions. 2014-10-09 18:05:30 -05:00
Joel Martin
82efc357ba go: add step8_macros 2014-10-06 23:53:51 -05:00
Joel Martin
aeabd2145f go: add step7_quote 2014-10-06 23:31:11 -05:00
Joel Martin
ad95503cea go: add step6_file 2014-10-06 22:27:28 -05:00
Joel Martin
17e1c5f9f4 go: add step5_tco. Refactor env.
Move EnvType interface definition to types.go. Remove Env pointers.
2014-10-06 21:03:03 -05:00
Joel Martin
af8fdff41e go: add step4_if_fn_do 2014-10-06 20:36:23 -05:00
Joel Martin
9feb2c9527 go: add step3_env 2014-10-04 23:40:43 -05:00
Joel Martin
8b8afefc45 go: step2_eval vector/hash-map in eval_ast 2014-10-04 23:16:19 -05:00
Joel Martin
5caa8fb7e0 go: step2_eval basic functionality 2014-10-04 22:35:08 -05:00
Joel Martin
fcbda8d58a go: step1_read_print vectors and hash-maps 2014-10-04 22:16:57 -05:00
Joel Martin
70ea599b6e go: step1_read_print print working. 2014-10-04 21:49:26 -05:00
Joel Martin
45e1db6afb go: reading of atoms and lists. 2014-10-04 20:06:42 -05:00
Joel Martin
1ac751b20c step0_repl.go: strip newline from input. 2014-10-04 19:53:11 -05:00
Joel Martin
69b4abd6ef go: step0_repl 2014-10-04 18:34:26 -05:00