Haskell: Difference between revisions
Appearance
	
	
| imported>Rmarko  initial | imported>Rmarko  more links | ||
| Line 9: | Line 9: | ||
| * https://www.schoolofhaskell.com/ | * 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://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/ | ||
| ==== Databases ==== | |||
| * https://ocharles.org.uk/blog/posts/2013-12-06-24-days-of-hackage-persistent-esqueleto.html | |||
| ==== APIs ==== | |||
| * https://haskell-servant.readthedocs.io/en/stable/tutorial/index.html | |||
| ==== Streaming ==== | |||
| * https://hackage.haskell.org/package/pipes-4.2.0/docs/Pipes-Tutorial.html | |||
| ==== Shell programming ==== | |||
| * https://hackage.haskell.org/package/turtle-1.2.8/docs/Turtle-Tutorial.html | |||
| === Blogs === | === Blogs === | ||
Revision as of 17:04, 6 September 2016
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/
Databases
APIs
Streaming
Shell programming
