Haskell: Difference between revisions

From base48
imported>Adluc
(→‎Topics: +Monoids)
imported>Rmarko
(aeson tutorial)
Line 17: Line 17:
* https://www.schoolofhaskell.com/school/starting-with-haskell/libraries-and-frameworks/text-manipulation/attoparsec
* 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/
* https://hbtvl.wordpress.com/2015/11/19/efficient-parsing-of-large-text-files-part-1/
===== Aeson =====
* https://artyom.me/aeson


===== HTML =====
===== HTML =====

Revision as of 00:58, 22 November 2018

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