mirror of
https://github.com/kanaka/mal.git
synced 2024-11-09 18:06:35 +03:00
fbfe6784d2
- Add a `vec` built-in function in step7 so that `quasiquote` does not require `apply` from step9. - Introduce quasiquoteexpand special in order to help debugging step7. This may also prepare newcomers to understand step8. - Add soft tests. - Do not quote numbers, strings and so on. Should ideally have been in separate commits: - elisp: simplify and fix (keyword :k) - factor: fix copy/paste error in let*/step7, simplify eval-ast. - guile: improve list/vector types - haskell: revert evaluation during quasiquote - logo, make: cosmetic issues |
||
---|---|---|
.. | ||
tests | ||
types | ||
util | ||
chuck.md | ||
core.ck | ||
Dockerfile | ||
env.ck | ||
func.ck | ||
Makefile | ||
notes.md | ||
printer.ck | ||
reader.ck | ||
readline.ck | ||
run | ||
step0_repl.ck | ||
step1_read_print.ck | ||
step2_eval.ck | ||
step3_env.ck | ||
step4_if_fn_do.ck | ||
step5_tco.ck | ||
step6_file.ck | ||
step7_quote.ck | ||
step8_macros.ck | ||
step9_try.ck | ||
stepA_mal.ck |