Haskell
Resources for learning Haskell
General
- http://book.realworldhaskell.org/
- http://learnyouahaskell.com/
- http://dev.stephendiehl.com/hask/
- https://github.com/NICTA/course
- https://www.schoolofhaskell.com/
Topics
Parsing
- http://book.realworldhaskell.org/read/using-parsec.html
- https://www.schoolofhaskell.com/school/starting-with-haskell/libraries-and-frameworks/text-manipulation/attoparsec
- https://hbtvl.wordpress.com/2015/11/19/efficient-parsing-of-large-text-files-part-1/
HTML
- https://github.com/egonSchiele/HandsomeSoup
- http://adit.io/posts/2012-04-14-working_with_HTML_in_haskell.html
Databases
APIs
Streaming
- https://hackage.haskell.org/package/pipes-4.2.0/docs/Pipes-Tutorial.html
- http://www.yesodweb.com/blog/2014/03/network-conduit-async
Shell programming
Networking
Functors, applicative, monads
- http://adit.io/posts/2013-04-17-functors,_applicatives,_and_monads_in_pictures.html
- http://adit.io/posts/2013-06-10-three-useful-monads.html
Lens
Concurrency
- Parallel and Concurrent Programming in Haskell
- http://adit.io/posts/2013-05-15-Locks,-Actors,-And-STM-In-Pictures.html
Utilities
Advanced topics
Free / CoFree
- http://www.haskellforall.com/2012/06/you-could-have-invented-free-monads.html
- http://www.haskellforall.com/2013/02/you-could-have-invented-comonads.html
- http://dlaing.org/cofun/posts/free_and_cofree.html
LogicT
Monads
- http://blog.sigfpe.com/2008/11/from-monoids-to-monads.html
- https://kseo.github.io//posts/2017-01-21-writer-monad.html
- http://www.stephendiehl.com/posts/monads.html
Monad transformers
MonadLib
(e)DSLs / Languages
- https://www.andres-loeh.de/HaskellForDSLs.pdf
- https://ocharles.org.uk/blog/posts/2013-02-12-quick-dsls-with-endo-writers.html
- http://dev.stephendiehl.com/fun/
- http://dlaing.org/little-languages/
Blogs
- http://www.haskellforall.com/
- https://ocharles.org.uk/blog/
- http://chrisdone.com/archive
- https://kseo.github.io/archive.html