blob: 4ede8c0a8ec13a87fb0115d1d6fdb1cda84526b3 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
# Haskell - Books, Links and Papers
A growing collection of external links and books concerning (or tangent to) Haskell.
* **Learn You a Haskell** for Great Good by Marian Lipovaca
* **Real World Haskell** by Bryan O'Sullivan, Don Stewart, and John Goerzen
* **Parallel and Concurrent Programming in Haskell** by Simon Marlow
* **Category Theory for Programmers** by Bartosz Milewski
* **Haskell Wiki** <https://wiki.haskell.org>
* **UPENN CIS 194** <https://www.seas.upenn.edu/~cis194/spring13/>
* **What I Wish I Knew When Learning Haskell** by Stephen Diehl <http://dev.stephendiehl.com/hask/>
* **Data61 Course** <https://github.com/data61/fp-course>
* **Monads for functional programming (paper)** by Philip Wadler
* **Functional Pearl (paper)**
* **Why Functional Programming Matters (paper)**
* **Mailing Lists** <https://www.haskell.org/mailing-lists/>
* **IRC** #haskell at chat.freenode.at
* **Monadic Warsaw**
## Some libs I want to remember
* <http://hackage.haskell.org/package/regex-applicative>
|