mirror of
https://github.com/kanaka/mal.git
synced 2024-11-08 23:27:30 +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 |
||
---|---|---|
.. | ||
.args.mal | ||
basicpp.py | ||
cbmbasic_console.patch | ||
core.in.bas | ||
debug.in.bas | ||
Dockerfile | ||
env.in.bas | ||
Makefile | ||
mem.in.bas | ||
printer.in.bas | ||
reader.in.bas | ||
readline_char.in.bas | ||
readline_line.in.bas | ||
readline.in.bas | ||
run | ||
step0_repl.in.bas | ||
step1_read_print.in.bas | ||
step2_eval.in.bas | ||
step3_env.in.bas | ||
step4_if_fn_do.in.bas | ||
step5_tco.in.bas | ||
step6_file.in.bas | ||
step7_quote.in.bas | ||
step8_macros.in.bas | ||
step9_try.in.bas | ||
stepA_mal.in.bas | ||
types.in.bas | ||
variables.txt |