Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tcdowney/haskell-scheme-interpreter
My solutions to the exercises in the "Write Yourself a Scheme in 48 Hours" Haskell book.
https://github.com/tcdowney/haskell-scheme-interpreter
Last synced: 6 days ago
JSON representation
My solutions to the exercises in the "Write Yourself a Scheme in 48 Hours" Haskell book.
- Host: GitHub
- URL: https://github.com/tcdowney/haskell-scheme-interpreter
- Owner: tcdowney
- Created: 2012-12-24T04:33:30.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2013-01-28T02:41:15.000Z (almost 12 years ago)
- Last Synced: 2024-11-08T23:09:21.526Z (2 months ago)
- Language: Haskell
- Homepage:
- Size: 133 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
### Solutions for [Write Yourself a Scheme in 48 Hours](http://en.wikibooks.org/wiki/Write_Yourself_a_Scheme_in_48_Hours)
I am (slowly) working through this book and teaching myself Haskell along the way (using [Learn You a Haskell](http://learnyouahaskell.com/)).
I intend on using this repository to manage my solutions to the exercises in the book and hopefully provide some noob-level solutions for other imperative programmers who are trying out Haskell.