A fully-functional Scheme interpreter written in Haskell, following the book Write Yourself a Scheme in 48 hours.
This project is based on Stack. To compile the it, use:
$ stack build
After that, run the application by typing:
$ stack exec haskell-scheme