Wiz is my attempt to write a toy Scheme interpreter in Haskell.
I'm trying to document the process of developing Wiz on my personal website: Implementing a Scheme interpreter in Haskell.
This document is usually a couple of iteration behind what I'm actually doing. So you could find discrepancies between the code in this repository and the code described in the article.
Wiz has to be considered experimental, but I don't exclude simple programs will work. If you want to have a try, once you cloned the repository:
$ stack setup
$ stack build
$ stack exec wiz
You can find examples in the test/ directory.