1
1
mirror of https://github.com/kanaka/mal.git synced 2024-09-21 02:27:10 +03:00
mal/process
Jonas Lundberg bebce74bf5 Update guide with note on reader macro with-meta
Guide was missing the deferrable step of having
a reader macro for ^ (which is included in the
tests for step A) which caused some confusion
as to what it was.

It's included in the tests/step1_read_print.mal
but not mentioned in the docs.
2017-12-30 19:18:20 +01:00
..
cheatsheet.html Add cheatsheet. Link to it from guide. 2016-05-10 10:34:05 -05:00
guide.md Update guide with note on reader macro with-meta 2017-12-30 19:18:20 +01:00
step0_repl.gliffy Draft guide and architecture diagrams. 2015-01-29 23:40:10 -06:00
step0_repl.png Update process diagrams with atoms in step6. 2016-01-01 23:04:54 -06:00
step0_repl.txt Draft guide and architecture diagrams. 2015-01-29 23:40:10 -06:00
step1_read_print.gliffy Draft guide and architecture diagrams. 2015-01-29 23:40:10 -06:00
step1_read_print.png Update process diagrams with atoms in step6. 2016-01-01 23:04:54 -06:00
step1_read_print.txt Draft guide and architecture diagrams. 2015-01-29 23:40:10 -06:00
step2_eval.gliffy Draft guide and architecture diagrams. 2015-01-29 23:40:10 -06:00
step2_eval.png Update process diagrams with atoms in step6. 2016-01-01 23:04:54 -06:00
step2_eval.txt process: Fix step2_eval.txt to "handle" empty literal lists 2016-04-02 23:18:30 -04:00
step3_env.gliffy Draft guide and architecture diagrams. 2015-01-29 23:40:10 -06:00
step3_env.png Update process diagrams with atoms in step6. 2016-01-01 23:04:54 -06:00
step3_env.txt process: Add literal empty list check to step3-stepA 2016-03-27 22:16:56 -04:00
step4_if_fn_do.gliffy Draft guide and architecture diagrams. 2015-01-29 23:40:10 -06:00
step4_if_fn_do.png Update process diagrams with atoms in step6. 2016-01-01 23:04:54 -06:00
step4_if_fn_do.txt process: Add literal empty list check to step3-stepA 2016-03-27 22:16:56 -04:00
step5_tco.gliffy Draft guide and architecture diagrams. 2015-01-29 23:40:10 -06:00
step5_tco.png Update process diagrams with atoms in step6. 2016-01-01 23:04:54 -06:00
step5_tco.txt process: Add literal empty list check to step3-stepA 2016-03-27 22:16:56 -04:00
step6_file.gliffy Update process diagrams with atoms in step6. 2016-01-01 23:04:54 -06:00
step6_file.png Update process diagrams with atoms in step6. 2016-01-01 23:04:54 -06:00
step6_file.txt process: Add literal empty list check to step3-stepA 2016-03-27 22:16:56 -04:00
step7_quote.gliffy Update process diagrams with atoms in step6. 2016-01-01 23:04:54 -06:00
step7_quote.png Update process diagrams with atoms in step6. 2016-01-01 23:04:54 -06:00
step7_quote.txt process: Add literal empty list check to step3-stepA 2016-03-27 22:16:56 -04:00
step8_macros.gliffy Update process diagrams with atoms in step6. 2016-01-01 23:04:54 -06:00
step8_macros.png Update process diagrams with atoms in step6. 2016-01-01 23:04:54 -06:00
step8_macros.txt process: Add literal empty list check to step3-stepA 2016-03-27 22:16:56 -04:00
step9_try.gliffy guide: update step9, stepA diagrams. 2016-05-09 17:46:42 -05:00
step9_try.png guide: update step9, stepA diagrams. 2016-05-09 17:46:42 -05:00
step9_try.txt process: Add literal empty list check to step3-stepA 2016-03-27 22:16:56 -04:00
stepA_mal.gliffy guide: update step9, stepA diagrams. 2016-05-09 17:46:42 -05:00
stepA_mal.png guide: update step9, stepA diagrams. 2016-05-09 17:46:42 -05:00
stepA_mal.txt Add number?, fn?, macro? in stepA - tests and process guide 2017-10-09 20:23:39 +00:00