1
1
mirror of https://github.com/kanaka/mal.git synced 2024-09-20 10:07:45 +03:00
mal/clisp
Iqbal Ansari 08e86b3cd0 Store enviroments as struct instead of classes
Seems to give some good speedups
2016-09-15 20:16:55 +05:30
..
tests Add interop 2016-08-29 20:24:26 +05:30
.dir-locals.el Rename common_lisp to clisp 2016-08-27 18:13:33 +05:30
core.lisp Fix a typo in core division function 2016-09-15 09:43:03 +05:30
dependencies.lisp Make sure dependencies are loaded only once 2016-08-28 20:43:15 +05:30
Dockerfile Rename common_lisp to clisp 2016-08-27 18:13:33 +05:30
env.lisp Store enviroments as struct instead of classes 2016-09-15 20:16:55 +05:30
Makefile Add GNU CLISP to the list of implementations 2016-08-29 22:35:43 +05:30
printer.lisp Make sure dependencies are loaded only once 2016-08-28 20:43:15 +05:30
reader.lisp Use singleton values for nil, true and false 2016-08-28 21:46:37 +05:30
README.md Add GNU CLISP to the list of implementations 2016-08-29 22:35:43 +05:30
run Compile clisp files before running 2016-08-28 22:26:35 +05:30
step0_repl.lisp Do not start MAL REPL if code is executed in Emacs (specially via SLIME) 2016-08-29 20:24:29 +05:30
step1_read_print.lisp Do not start MAL REPL if code is executed in Emacs (specially via SLIME) 2016-08-29 20:24:29 +05:30
step2_eval.lisp Do not start MAL REPL if code is executed in Emacs (specially via SLIME) 2016-08-29 20:24:29 +05:30
step3_env.lisp Store enviroments as struct instead of classes 2016-09-15 20:16:55 +05:30
step4_if_fn_do.lisp Store enviroments as struct instead of classes 2016-09-15 20:16:55 +05:30
step5_tco.lisp Store enviroments as struct instead of classes 2016-09-15 20:16:55 +05:30
step6_file.lisp Store enviroments as struct instead of classes 2016-09-15 20:16:55 +05:30
step7_quote.lisp Store enviroments as struct instead of classes 2016-09-15 20:16:55 +05:30
step8_macros.lisp Store enviroments as struct instead of classes 2016-09-15 20:16:55 +05:30
step9_try.lisp Store enviroments as struct instead of classes 2016-09-15 20:16:55 +05:30
stepA_mal.lisp Store enviroments as struct instead of classes 2016-09-15 20:16:55 +05:30
types.lisp Intern symbols in mal-user package while unwraping MAL values 2016-08-29 20:10:42 +05:30
utils.lisp Rename common_lisp to clisp 2016-08-27 18:13:33 +05:30

Implementation of MAL in Common Lisp

  • This implementation is not portable and works only with CLISP