Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/charukiewicz/haskell-sandbox


https://github.com/charukiewicz/haskell-sandbox

Last synced: 1 day ago
JSON representation

Awesome Lists containing this project

README

        

Haskell Sandbox
===============

This repository is where I will be compiling material as I learn the basics of the Haskell programming language.

The /LYAH directory is a collection of chapter notes on the (freely available) book [Learn You a Haskell for Great Good!](http://learnyouahaskell.com/chapters)

### Relevant Links

* [Haskell.org](https://www.haskell.org/) - The official programming language website
* [Haskell on Wikipedia](http://en.wikipedia.org/wiki/Haskell_(programming_language))
* [Haskell subreddit](https://www.reddit.com/r/haskell/) - The Haskell reddit community

### Tutorial Links

* [Mechanical Elephant - Becoming Productive in Haskell](http://mechanical-elephant.com/thoughts/2015-04-20-becoming-productive-in-haskell/) - blog post on developing Haskell proficiency
* [Parsing Stuff in Haskell](https://www.youtube.com/watch?v=r_Enynu_TV0) - 1 hour talk on creating a parser with Haskell
* [CIS 194: Introduction to Haskell](http://www.cis.upenn.edu/~cis194/spring13/) - The often recommended Haskell course from Brent Yorgey
* [Learn Haskell](https://github.com/bitemyapp/learnhaskell) - A github repository with a recommended Haskell learning path
* [NICTA](https://github.com/NICTA/course) Another Haskell course
* [FPComplete - School of Haskell](https://www.fpcomplete.com/school)
* [What I wish I Knew When Learning Haskell](http://dev.stephendiehl.com/hask/)
* [Typeclassopedia](https://wiki.haskell.org/Typeclassopedia)