An open API service indexing awesome lists of open source software.

https://github.com/roguh/scminhs

A Scheme Implementation in Haskell. Followed "Write Yourself a Scheme in 48 Hours."
https://github.com/roguh/scminhs

Last synced: 11 months ago
JSON representation

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

Awesome Lists containing this project

README

          

# Scheme in Haskell
A Basic Scheme Implementation in Haskell

Followed most of [Write Yourself a Scheme in 48 Hours](http://en.wikibooks.org/wiki/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.