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

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

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
```