/haskell-scheme

A fully-functional Scheme interpreter written in Haskell

Primary LanguageHaskellMIT LicenseMIT

haskell-scheme

A fully-functional Scheme interpreter written in Haskell, following the book Write Yourself a Scheme in 48 hours.

Usage

This project is based on Stack. To compile the it, use:

$ stack build

After that, run the application by typing:

$ stack exec haskell-scheme