Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/maxinteger/pocket-lisp
Lisp / Clojure like programming language
https://github.com/maxinteger/pocket-lisp
domain-specific-language lisp pocket-lisp programming-language typescript
Last synced: 25 days ago
JSON representation
Lisp / Clojure like programming language
- Host: GitHub
- URL: https://github.com/maxinteger/pocket-lisp
- Owner: maxinteger
- License: mit
- Created: 2019-04-23T21:42:27.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-03-04T03:38:14.000Z (over 1 year ago)
- Last Synced: 2024-09-12T21:52:15.797Z (about 2 months ago)
- Topics: domain-specific-language, lisp, pocket-lisp, programming-language, typescript
- Language: TypeScript
- Homepage: https://maxinteger.github.io/pocket-lisp-page/
- Size: 935 KB
- Stars: 5
- Watchers: 3
- Forks: 0
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# Pocket lisp
Pocket lisp is a Clojure like programming language.
[![License: MIT][license-shield]][license-link]
[![code style: prettier][prettier-shield]][prettier-link]
[![Travis Build Status][build-shield]][build-link]
[![Codecov Code Coverage][coverage-shield]][coverage-link]## 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/](https://maxinteger.github.io/pocket-lisp-page/)
## For contributors
You can build packages locally with
npm build
or do continuous build withnpm watch
Also you can run test bynpm test
[license-shield]: https://img.shields.io/badge/License-MIT-blue.svg?style=shield
[license-link]: https://opensource.org/licenses/MIT
[prettier-shield]: https://img.shields.io/badge/code_style-prettier-ff69b4.svg?style=flat-square
[prettier-link]: https://github.com/prettier/prettier
[build-shield]: https://travis-ci.com/maxinteger/pocket-lisp.svg?branch=master
[build-link]: https://travis-ci.com/maxinteger/pocket-lisp
[coverage-shield]: https://codecov.io/gh/maxinteger/pocket-lisp/branch/master/graph/badge.svg
[coverage-link]: https://codecov.io/gh/maxinteger/pocket-lisp