This is implementation of scheme interprepter written in Haskell, based on this book.
cabal buildcabal runto go into repl modecabal run exe:scheme -- examples/hello.scmto run a script
Check out the examples folder on how to write a scheme program