1
1
mirror of https://github.com/kanaka/mal.git synced 2024-09-11 13:55:55 +03:00
Commit Graph

3520 Commits

Author SHA1 Message Date
Joel Martin
3da90d3907 PS: add step8_macros.
Use dicts rather than array block for user defined mal function type.
Add fload function to setup call from a mal_function dict.
2014-03-31 23:05:41 -05:00
Joel Martin
8e7e339db8 PS: add step7_quote 2014-03-30 22:39:44 -05:00
Joel Martin
54c7538265 README, TODO, step_notes updates. 2014-03-30 16:39:44 -05:00
Joel Martin
724ad69487 PS: add ste6_file. 2014-03-30 16:37:14 -05:00
Joel Martin
bcddc3e49a README: add more details. 2014-03-29 19:01:14 -05:00
Joel Martin
5d446bd8a0 README: minor name synchronization ("argument"). 2014-03-29 18:37:20 -05:00
Joel Martin
46669c861b PS: add step5_tco.
Update step4 function definition to match.
2014-03-29 18:35:22 -05:00
Joel Martin
2e05535fa0 PS: fix string length calc for printing integers. 2014-03-29 18:34:10 -05:00
Joel Martin
0a2c69544b PS: add step4_if_fn_do 2014-03-29 18:20:07 -05:00
Joel Martin
aef93ea396 PS: error handling, throw, print excpetions without dying. 2014-03-29 17:35:53 -05:00
Joel Martin
04517bc826 PS: add step3_env 2014-03-29 17:26:07 -05:00
Joel Martin
55e2bfa8a3 PS: step2_eval 2014-03-29 17:01:24 -05:00
Joel Martin
1b4a9012c5 PS: minimal step1_read_print 2014-03-29 15:56:20 -05:00
Joel Martin
60154d24a8 Update README.md and TODO. Minor PS update. 2014-03-29 15:17:00 -05:00
Joel Martin
dc7938d8e6 Clojure, Java, PHP: remove hardcoded readline history path. 2014-03-29 15:00:07 -05:00
Joel Martin
285b5ba793 PS: add notes for running postscript. 2014-03-26 10:27:52 -07:00
Joel Martin
88f59d07a1 Postscript: step0_repl.ps
Run it using ghostscript:

    gs -q -dNODISPLAY step0_repl.ps
2014-03-25 15:20:17 -07:00
Joel Martin
489effa585 Update to actual presentation used for talk. 2014-03-25 15:15:11 -07:00
Joel Martin
48d642297f README: stub. 2014-03-24 16:42:25 -05:00
Joel Martin
3169070063 Current state of mal for Clojure West lighting talk. 2014-03-24 16:32:24 -05:00