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

https://github.com/jdan/scheme-in-48-hours

My code for the "Write Yourself a Scheme in 48 Hours" eBook – http://en.wikibooks.org/wiki/Write_Yourself_a_Scheme_in_48_Hours
https://github.com/jdan/scheme-in-48-hours

Last synced: 3 months ago
JSON representation

My code for the "Write Yourself a Scheme in 48 Hours" eBook – http://en.wikibooks.org/wiki/Write_Yourself_a_Scheme_in_48_Hours

Awesome Lists containing this project

README

          

## Write Yourself a Scheme in 48 Hours

I am following the eBook *[Write Yourself a Scheme in 48 Hours](http://en.wikibooks.org/wiki/Write_Yourself_a_Scheme_in_48_Hours)* to learn [Parsec](http://www.haskell.org/haskellwiki/Parsec) and a little more Haskell.

I'll post the code here as I go.