1
1
mirror of https://github.com/kanaka/mal.git synced 2024-11-13 11:23:59 +03:00
mal/python
Joel Martin ea81a8087b All: split types into types, env, printer, core.
- types: low-level mapping to the implementation language.
- core: functions on types that are exposed directly to mal.
- printer: implementation called by pr-str, str, prn, println.
- env: the environment implementation

- Also, unindent all TCO while loops so that the diff of step4 and
  step5 are minimized.
2014-04-02 22:23:37 -05:00
..
core.py All: split types into types, env, printer, core. 2014-04-02 22:23:37 -05:00
env.py All: split types into types, env, printer, core. 2014-04-02 22:23:37 -05:00
Makefile All: split types into types, env, printer, core. 2014-04-02 22:23:37 -05:00
mal_readline.py Current state of mal for Clojure West lighting talk. 2014-03-24 16:32:24 -05:00
mal_types.py All: split types into types, env, printer, core. 2014-04-02 22:23:37 -05:00
printer.py All: split types into types, env, printer, core. 2014-04-02 22:23:37 -05:00
reader.py All: split types into types, env, printer, core. 2014-04-02 22:23:37 -05:00
step0_repl.py Current state of mal for Clojure West lighting talk. 2014-03-24 16:32:24 -05:00
step1_read_print.py All: split types into types, env, printer, core. 2014-04-02 22:23:37 -05:00
step2_eval.py All: split types into types, env, printer, core. 2014-04-02 22:23:37 -05:00
step3_env.py All: split types into types, env, printer, core. 2014-04-02 22:23:37 -05:00
step4_if_fn_do.py All: split types into types, env, printer, core. 2014-04-02 22:23:37 -05:00
step5_tco.py All: split types into types, env, printer, core. 2014-04-02 22:23:37 -05:00
step6_file.py All: split types into types, env, printer, core. 2014-04-02 22:23:37 -05:00
step7_quote.py All: split types into types, env, printer, core. 2014-04-02 22:23:37 -05:00
step8_macros.py All: split types into types, env, printer, core. 2014-04-02 22:23:37 -05:00
step9_interop.py All: remove slurp-do, use str around slurp instead. 2014-04-01 23:12:33 -05:00
stepA_more.py All: remove slurp-do, use str around slurp instead. 2014-04-01 23:12:33 -05:00