miniMAL
miniMAL copied to clipboard
A Delightfully Diminutive Lisp. Implemented in < 1 KB of JavaScript with JSON source, macros, tail-calls, JS interop, error-handling, and more.
Hello. I'm trying to develop another implementation for miniMAL language adding some more features, not using your original source code except unit tests. Questions: 1. Is there any license or...
From a fresh clone: ``` miniMAL $ make clean && git status ---------------------------------------------- Running: make --no-print-directory -C js clean rm -f *-uglify.js *-uglify-pretty.js *-regpack.js miniMAL-js1k.b64 miniMAL-node.js miniMAL-core.js web/miniMAL-js1k.js web/miniMAL-min.js web/miniMAL-core.js...