Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/taimoorzaeem/scheme
- Owner: taimoorzaeem
- License: gpl-2.0
- Created: 2023-07-22T18:50:26.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-07-22T18:56:54.000Z (over 1 year ago)
- Last Synced: 2023-07-22T19:42:15.702Z (over 1 year ago)
- Language: Haskell
- Size: 0 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```