Skip to content

Latest commit

 

History

History
27 lines (19 loc) · 872 Bytes

README.md

File metadata and controls

27 lines (19 loc) · 872 Bytes

Wiz Build Status

Wiz is my attempt to write a toy Scheme interpreter in Haskell.

Development

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.

Trying Wiz

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.