mirror of
https://github.com/kanaka/mal.git
synced 2024-11-10 12:47:45 +03:00
4eb88ef295
Tested on UCBLogo 6.0 with some minor tweaks (for performance and adding a `timems` function). The tweaks are performed during Docker image creation (see Dockerfile). Tests of step 5 are skipped because UCBLogo is too slow. Interop is available via `(logo-eval "logo code to run")`. The `examples` directory contains a Mal example of drawing a tree using turtle graphics. |
||
---|---|---|
.. | ||
examples | ||
tests | ||
core.lg | ||
Dockerfile | ||
env.lg | ||
Makefile | ||
printer.lg | ||
reader.lg | ||
readline.lg | ||
run | ||
step0_repl.lg | ||
step1_read_print.lg | ||
step2_eval.lg | ||
step3_env.lg | ||
step4_if_fn_do.lg | ||
step5_tco.lg | ||
step6_file.lg | ||
step7_quote.lg | ||
step8_macros.lg | ||
step9_try.lg | ||
stepA_mal.lg | ||
types.lg |