1
1
mirror of https://github.com/kanaka/mal.git synced 2024-09-21 02:27:10 +03:00
Commit Graph

19 Commits

Author SHA1 Message Date
ekmartin
2559456fba Use print_readably correctly for lists 2015-09-06 01:34:20 +02:00
ekmartin
9216ae8a60 Add support for variable length arguments 2015-09-06 01:30:08 +02:00
ekmartin
a355b219fe Add not and printing functions 2015-09-06 01:22:54 +02:00
ekmartin
d34837dd38 Implement core functions 2015-09-06 00:33:13 +02:00
ekmartin
fffde7d7bc Pass args to namespace as a list 2015-09-06 00:13:12 +02:00
ekmartin
a72291ebfc Add support for fn* 2015-09-05 23:54:15 +02:00
ekmartin
880cc6f4af Add if support 2015-09-05 22:57:23 +02:00
ekmartin
98ea77cfbd Add do support 2015-09-05 22:57:16 +02:00
ekmartin
310251eaab Support multiple let* binding clauses 2015-09-05 22:39:11 +02:00
ekmartin
97233b7b7d Implement basic let* functionality (one pair) 2015-09-05 17:19:19 +02:00
ekmartin
e62cd1b034 Add support for def! 2015-09-05 17:08:11 +02:00
ekmartin
ee6614ec66 Step 2 using agent as env 2015-09-05 01:51:58 +02:00
ekmartin
811fe2d2f8 Finish step 2, no optional functionality 2015-09-05 01:51:35 +02:00
ekmartin
105da76d0d Use throw/catch for cleaner code 2015-09-05 00:36:47 +02:00
ekmartin
4b7b122523 Add support for deref and meta 2015-09-04 23:27:41 +02:00
ekmartin
297a357e28 Add print_readably 2015-09-04 23:11:45 +02:00
ekmartin
31df620b5a Add reader support for all quote types 2015-09-03 02:20:34 +02:00
ekmartin
b5aff35fe8 Add read/print functionality up to quote (step 1) 2015-09-03 02:07:29 +02:00
ekmartin
51c2c1fea7 Add elixir step0 2015-09-03 00:08:25 +02:00