Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/sagnikc395/smollisp
- Owner: sagnikc395
- License: mit
- Created: 2024-11-06T09:32:29.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2024-12-17T12:39:31.000Z (about 2 months ago)
- Last Synced: 2024-12-17T13:26:05.791Z (about 2 months ago)
- Language: TypeScript
- Size: 11.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```