pocket-lisp
TypeScript icon, indicating that this package has built-in type declarations

0.10.3 • Public • Published

Pocket lisp

Pocket lisp is a Clojure like programming language.

License: MIT code style: prettier Travis Build Status Codecov Code Coverage

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

Readme

Keywords

Package Sidebar

Install

npm i pocket-lisp

Weekly Downloads

0

Version

0.10.3

License

MIT

Unpacked Size

169 kB

Total Files

8

Last publish

Collaborators

  • maxinteger