Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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