pocket-lisp
v0.10.3
Published
Simple, lisp/closure like interpreter for sandbox scripting in browser
Downloads
34
Readme
Pocket lisp
Pocket lisp is a Clojure like programming language.
Why
We needed a very simple and configurable domain specific language to add a little logic to mathematics exercises on our learning platform Zsebtanár (~pocket teacher)
Goals
- Simple
- Expressive
- "Fast"
- Sandbox - no access to the native runtime environment (ex. Browser, NodeJS, etc.) API
- Zero dependencies
Details
You can find the details like usage and syntax, on the project website:
https://maxinteger.github.io/pocket-lisp/
For contributors
You can build packages locally with
npm build
or do continuous build with
npm watch
Also you can run test by
npm test