1
1
mirror of https://github.com/kanaka/mal.git synced 2024-09-21 10:37:58 +03:00
mal/python
Joel Martin db4c329aff All: perf test, Makefile refactor, add *host-language*
Other:
- bash,make,postscript: quasiquote of vectors
- Fix Java slurp
- add time function to core.mal
    - switches on *host-language* for make time-secs vs time-ms
- Ignore */experiments directories
2014-04-17 21:49:07 -05:00
..
core.py All: perf test, Makefile refactor, add *host-language* 2014-04-17 21:49:07 -05:00
env.py All: split types into types, env, printer, core. 2014-04-02 22:23:37 -05:00
Makefile Add stats-lisp target (only env, core, stepA) 2014-04-10 19:27:42 -05:00
mal_readline.py Python: metadata on builtin funcs. Support python3. 2014-04-16 22:42:17 -05:00
mal_types.py Python: metadata on builtin funcs. Support python3. 2014-04-16 22:42:17 -05:00
printer.py Python: metadata on builtin funcs. Support python3. 2014-04-16 22:42:17 -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 Python: metadata on builtin funcs. Support python3. 2014-04-16 22:42:17 -05:00
step2_eval.py Python: metadata on builtin funcs. Support python3. 2014-04-16 22:42:17 -05:00
step3_env.py All: move some fns to core. Major cleanup. 2014-04-16 23:57:50 -05:00
step4_if_fn_do.py All: move some fns to core. Major cleanup. 2014-04-16 23:57:50 -05:00
step5_tco.py All: move some fns to core. Major cleanup. 2014-04-16 23:57:50 -05:00
step6_file.py All: move some fns to core. Major cleanup. 2014-04-16 23:57:50 -05:00
step7_quote.py All: move some fns to core. Major cleanup. 2014-04-16 23:57:50 -05:00
step8_macros.py All: move some fns to core. Major cleanup. 2014-04-16 23:57:50 -05:00
step9_interop.py All: move some fns to core. Major cleanup. 2014-04-16 23:57:50 -05:00
stepA_more.py All: perf test, Makefile refactor, add *host-language* 2014-04-17 21:49:07 -05:00