1
1
mirror of https://github.com/kanaka/mal.git synced 2024-09-19 09:38:28 +03:00
Commit Graph

166 Commits

Author SHA1 Message Date
Joel Martin
2988d38e84 Haskell: add step7 and 8. 2015-01-09 16:16:53 -06:00
Joel Martin
fa9a9758e0 Haskell: steps 4-6. Line editing. Simpler fn calls. 2015-01-09 16:16:52 -06:00
Joel Martin
b76aa73bc7 Haskell: steps 0-3 2015-01-09 16:16:52 -06:00
Joel Martin
a816262a05 Scala: refactor collections with metadata.
Convert numeric to Long. Add time-ms.

Add Makefile for stats targets.
2015-01-09 16:16:51 -06:00
Joel Martin
821930dbd9 Scala: all steps 0-9 but no metadata. 2015-01-09 16:16:51 -06:00
Joel Martin
b8ee29b22f All: add keywords.
Also, fix nth and count to match cloure.
2015-01-09 16:16:50 -06:00
Joel Martin
aaba249304 VB.Net, C#: fix cmd line arg handling with --raw 2015-01-09 16:16:47 -06:00
Joel Martin
ee7cd5859e VB.Net: port of C# version. 2015-01-09 16:16:47 -06:00
Joel Martin
c3b508af92 C#: use closure for RE func. Shorter type names. 2015-01-09 16:16:46 -06:00
Joel Martin
95ec2d81d8 CoffeeScript: add missed node_readline.coffee 2015-01-09 16:16:46 -06:00
Joel Martin
891c3f3b47 CoffeeScript: add all steps. Self-hosting. 2015-01-09 16:16:45 -06:00
Joel Martin
9b3362e86a R: add time-ms. Readline history. Misc cleanups. 2015-01-09 16:16:45 -06:00
Joel Martin
f947d503f7 R: atom support, fixes for self-hosting. 2015-01-09 16:16:45 -06:00
Joel Martin
36737ae57e R: add hash-map and metadata support. 2015-01-09 16:16:44 -06:00
Joel Martin
8128c69a1d R: add step8_macros and step9_try. 2015-01-09 16:16:44 -06:00
Joel Martin
c30efef469 R: add step6_file and step7_quote
Change symbols to be special class.
2015-01-09 16:16:43 -06:00
Joel Martin
01feedfe22 R: add step4_if_fn_do and step5_tco.
Switch nil from NULL to special class.
2015-01-09 16:16:43 -06:00
Joel Martin
4d1456b98f R: step0-3, readline FFI. 2015-01-09 16:15:49 -06:00
Joel Martin
0de08030eb Merge pull request #2 from alandipert/master
README: tiny typo fix
2015-01-08 11:53:00 -06:00
Alan Dipert
8d8679f20b tiny typo fix 2015-01-08 12:47:14 -05:00
Joel Martin
111dbaf1ac rust: update README. Remove exp.rs compilation. 2015-01-08 10:56:10 -06:00
Joel Martin
fb5c165838 go: add time-ms. Ruby: fix step9,A content. 2015-01-06 21:59:01 -06:00
Joel Martin
b554fd4ed0 rust: fix quote/quasiquote of vectors. 2015-01-06 21:59:01 -06:00
Joel Martin
77b2da6cf3 rust: add conj, stepA. Self-hosting! 2015-01-06 21:59:01 -06:00
Joel Martin
bd3067230d rust: add metadata support. 2015-01-06 21:59:00 -06:00
Joel Martin
06fef9b518 rust: add atom support. Fix vector params. 2015-01-06 21:59:00 -06:00
Joel Martin
b12d98e4e3 rust: core hash-map functions. 2015-01-06 21:59:00 -06:00
Joel Martin
3744d56621 rust: add step9_try. Refactor error handling.
Additional core functions.
2015-01-06 21:58:59 -06:00
Joel Martin
5939404b0f rust: add vector and hash-map support. 2014-10-27 20:07:29 -05:00
Joel Martin
a77e2b31de rust: add step8_macros 2015-01-06 21:58:59 -06:00
Joel Martin
4ee7c0f297 rust: add step7_quote. Refactor with type constructors. 2015-01-06 21:58:58 -06:00
Joel Martin
85bec8a08b rust: add step6_file 2015-01-06 21:58:58 -06:00
Joel Martin
2ee5367b95 rust: add step5_tco 2015-01-06 21:58:58 -06:00
Joel Martin
0a4d62f2f8 rust: add step4_if_fn_do 2015-01-06 21:58:57 -06:00
Joel Martin
8f5b0f1040 Rust: add step3_env 2015-01-06 21:58:57 -06:00
Joel Martin
0ab374bc26 rust: add step2_eval. 2015-01-06 21:58:57 -06:00
Joel Martin
abdd56ebc0 Rust: step0_repl and step1_read_print 2015-01-06 21:58:35 -06:00
Joel Martin
f41866dbe9 Doc cleanup of step9/stepA swap. 2015-01-06 21:57:24 -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