/SCMinHS

A Scheme Implementation in Haskell. Followed "Write Yourself a Scheme in 48 Hours."

Primary LanguageHaskellBSD 3-Clause "New" or "Revised" LicenseBSD-3-Clause

Scheme in Haskell

A Basic Scheme Implementation in Haskell

Followed most of Write Yourself a Scheme in 48 Hours. New crazy monadic code for programming primitives. Also check out the implementation of dynamically typed numbers, for this I used a complicated typeclass instance of Num.