Haskell: Difference between revisions

From base48
imported>Rmarko
(cofree, little-languages)
imported>Rmarko
(html section)
Line 16: Line 16:
* 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/
===== HTML =====
* https://github.com/egonSchiele/HandsomeSoup
* http://adit.io/posts/2012-04-14-working_with_HTML_in_haskell.html


==== Databases ====
==== Databases ====

Revision as of 13:14, 29 October 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