Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/sagnikc395/smollisp

an LISP(1) interpreter following along norvig's blogpost.
https://github.com/sagnikc395/smollisp

bun js lisp

Last synced: about 2 months ago
JSON representation

an LISP(1) interpreter following along norvig's blogpost.

Awesome Lists containing this project

README

        

## smollisp

an LISP(1) interpreter written in Typescript + Bun , following along Peter Norvig's [blogpost](https://norvig.com/lispy.html)

Using Bun's compilation, this builds to a single binary that can be distributed.

### Install

```sh
bun install
```

- build:

```sh
bun run build
```

and then run the executable from

```sh
./dist/smollisp
```