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
- Host: GitHub
- URL: https://github.com/jdan/scheme-in-48-hours
- Owner: jdan
- Created: 2014-06-15T00:05:30.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2014-06-15T19:04:03.000Z (about 12 years ago)
- Last Synced: 2025-01-01T02:41:32.377Z (over 1 year ago)
- Language: Haskell
- Homepage:
- Size: 137 KB
- Stars: 4
- Watchers: 4
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.