Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/taimoorzaeem/scheme

A scheme interpreter written in haskell
https://github.com/taimoorzaeem/scheme

Last synced: about 1 month ago
JSON representation

A scheme interpreter written in haskell

Awesome Lists containing this project

README

        

# Scheme

A toy scheme interpreter written entirely in haskell.

The code in this repository is from the book "Write Yourself a Scheme in 48 hours".

**To build:**

```
$ ghc scheme.hs -o scheme
```

**Run :**

```
$ ./scheme
```