Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 468 Bytes

README.md

File metadata and controls

18 lines (12 loc) · 468 Bytes

Repo of my walkthrough of the Haskell Wikibook "Write Yourself a Scheme in 48 Hours".

The book is included as .pdf and the code should compile at every commit.. i hope ;)

Build

git clone git://github.com/mkrull/schemeHS.git
cd schemeHS
cabal configure
cabal build

Install

git clone git://github.com/mkrull/schemeHS.git
cd schemeHS
cabal install