Haskell: Difference between revisions

From base48
imported>Rmarko
(aeson tutorial)
imported>Rmarko
(Learn Haskell the Easy Way https://cosmius.bitbucket.io/tkhe/)
Line 9: Line 9:
* https://www.schoolofhaskell.com/
* https://www.schoolofhaskell.com/
* http://books.goalkicker.com/HaskellBook/ (notes, short&handy cheatsheet)
* http://books.goalkicker.com/HaskellBook/ (notes, short&handy cheatsheet)
* Learn Haskell the Easy Way https://cosmius.bitbucket.io/tkhe/


=== Topics ===
=== Topics ===

Revision as of 12:51, 10 April 2019

Resources for learning Haskell

General

Topics

Parsing

Aeson
HTML

Databases

APIs

Streaming

Shell programming

Networking

Monoids

Functors, applicative, monads

Lens

Concurrency

Utilities

Advanced topics

Free / CoFree

LogicT

Monads

Monad transformers

MonadLib

(e)DSLs / Languages

Category theory

Blogs

Local projects