Blog articles: Difference between revisions
GetleToace (talk | contribs) m (http://p30box.com/backup/dump/index.htm) |
(use internal links instead of external links) |
||
(10 intermediate revisions by 4 users not shown) | |||
Line 1: | Line 1: | ||
Many areas of Haskell have been explored in the form of blog posts. This | Many areas of Haskell have been explored in the form of blog posts. This | ||
page collects the best of those articles from across the web. Due to the | page collects the best of those articles from across the web. Due to the | ||
vast amount of material, this page is divided into sub-categories: | vast amount of material, this page is divided into sub-categories: | ||
New material is posted to the [http://www.reddit.com/r/haskell/ Haskell Reddit] and [http://www.dohaskell.com/ dohaskell] | |||
== Introductory material == | == Introductory material == | ||
Line 42: | Line 43: | ||
* [http://hackage.haskell.org/packages/archive/pkg-list.html the Hackage database] | * [http://hackage.haskell.org/packages/archive/pkg-list.html the Hackage database] | ||
* [ | * [[Applications and libraries]] | ||
For in-depth research into these topics: | For in-depth research into these topics: | ||
* [ | * [[Research papers]] | ||
[[Category:Tutorials]] | [[Category:Tutorials]] |
Latest revision as of 11:34, 27 February 2019
Many areas of Haskell have been explored in the form of blog posts. This page collects the best of those articles from across the web. Due to the vast amount of material, this page is divided into sub-categories:
New material is posted to the Haskell Reddit and dohaskell
Introductory material
- Introductions to Haskell
- Comparing Haskell to other languages
- Functional programming in general
- Small programming exercises
Specific topics
- Algorithms and techniques
- Data and control structures
- Databases in Haskell
- Error handling and exceptions
- GUIs in Haskell
- Graphics
- HTML and XML and the Web
- Hardware and robots
- Haskell language features
- High performance Haskell
- IO in Haskell
- The FFI: interfaces to other languages
- Libraries and packages
- Mathematics and Haskell
- Monads, Comonads, Arrows
- Networking
- Parallel and concurrent programming
- Parsing, regular expressions
- Domain specific languages and code generation
- Programming with types
- Testing, correctness and proofs
Further reading
Further material on these topics is available in The Haskell Wikibook
For libraries divided into similar topics, see:
For in-depth research into these topics: