Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

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.