https://github.com/mhoertnagl/noodles
My second installment of a simple Scheme/LISP interpreter
https://github.com/mhoertnagl/noodles
golang interpreter lisp mal
Last synced: 6 months ago
JSON representation
My second installment of a simple Scheme/LISP interpreter
- Host: GitHub
- URL: https://github.com/mhoertnagl/noodles
- Owner: mhoertnagl
- License: mpl-2.0
- Created: 2019-07-27T07:50:24.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2020-06-15T19:50:32.000Z (about 6 years ago)
- Last Synced: 2023-11-06T04:16:40.006Z (over 2 years ago)
- Topics: golang, interpreter, lisp, mal
- Language: Go
- Homepage:
- Size: 4.37 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# noodles
Implementation of [Make-A-Lisp](https://github.com/kanaka/mal).
### Setup
#### Linux
```bash
echo 'export SPLIS_HOME=""' >> ~/.bashrc
```
For instance:
```bash
echo 'export SPLIS_HOME="/home/mathias/go/src/github.com/mhoertnagl/noodles"' >> ~/.bashrc
```