Haskell: Difference between revisions

From base48
imported>Rmarko
(html section)
imported>Rmarko
(→‎Concurrency: add parconc)
Line 54: Line 54:
==== Concurrency ====
==== Concurrency ====


* [http://chimera.labs.oreilly.com/books/1230000000929/index.html Parallel and Concurrent Programming in Haskell]
* http://adit.io/posts/2013-05-15-Locks,-Actors,-And-STM-In-Pictures.html
* http://adit.io/posts/2013-05-15-Locks,-Actors,-And-STM-In-Pictures.html



Revision as of 18:06, 4 December 2017

Resources for learning Haskell

General

Topics

Parsing

HTML

Databases

APIs

Streaming

Shell programming

Networking

Functors, applicative, monads

Lens

Concurrency

Advanced topics

Free / CoFree

LogicT

Monads

Monad transformers

MonadLib

(e)DSLs / Languages

Blogs

Local projects