1
1
mirror of https://github.com/kanaka/mal.git synced 2024-08-16 09:10:48 +03:00
mal/process
Nicolas Boulenguez 03b6cfd45c Stop evaluating map keys
Neither keywords nor strings are modified by evaluation, so evaluating
map keys is a no-op.  Document this in the guide.
2021-12-11 09:46:35 -06:00
..
guide.md Stop evaluating map keys 2021-12-11 09:46:35 -06: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 load-file: accept empty file or final comment, return nil 2019-07-28 13:08:05 +02: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 Change quasiquote algorithm 2020-08-11 01:01:56 +02: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 Change quasiquote algorithm 2020-08-11 01:01:56 +02:00
step9_try.gliffy guide: update step9, stepA diagrams. 2016-05-09 17:46:42 -05:00
step9_try.png Remove "conj" from step9_try image. 2020-06-03 12:49:39 -05:00
step9_try.txt Change quasiquote algorithm 2020-08-11 01:01:56 +02: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 Change quasiquote algorithm 2020-08-11 01:01:56 +02:00