Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/maxinteger/pocket-lisp-page
Pocket lisp sandbox
https://github.com/maxinteger/pocket-lisp-page
Last synced: 25 days ago
JSON representation
Pocket lisp sandbox
- Host: GitHub
- URL: https://github.com/maxinteger/pocket-lisp-page
- Owner: maxinteger
- Created: 2020-08-03T19:01:40.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-11-28T11:31:28.000Z (about 4 years ago)
- Last Synced: 2024-10-14T22:46:11.276Z (2 months ago)
- Language: TypeScript
- Homepage: https://maxinteger.github.io/pocket-lisp-page
- Size: 134 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# Pocket lisp sandbox
This repo contains an REPL and a sandbox solution for [Pocket lisp][pocket-lisp]
[![License: MIT][license-shield]][license-link]
[![code style: prettier][prettier-shield]][prettier-link]## Way to try Pocket lisp
- Use the [online sandbox][sandbox]
- Use sandbox locally: `npm run sandbox`
- Use REPL: `npm start`[pocket-lisp]: https://github.com/maxinteger/pocket-lisp
[sandbox]: https://maxinteger.github.io/pocket-lisp-page/sandbox.html
[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