Blog articles: Difference between revisions
DonStewart (talk | contribs) (Divide blog page into subsections) |
(use internal links instead of external links) |
||
(32 intermediate revisions by 6 users not shown) | |||
Line 2: | Line 2: | ||
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 == | |||
* [[/Introductions|Introductions to Haskell]] | * [[/Introductions|Introductions to Haskell]] | ||
Line 7: | Line 11: | ||
* [[/Functional_programming|Functional programming in general]] | * [[/Functional_programming|Functional programming in general]] | ||
* [[/Exercises|Small programming exercises]] | * [[/Exercises|Small programming exercises]] | ||
== Specific topics == | |||
* [[/Algorithms|Algorithms and techniques]] | |||
* [[/Data|Data and control structures]] | |||
* [[/Databases|Databases in Haskell]] | |||
* [[/Errors|Error handling and exceptions]] | |||
* [[/GUIs|GUIs in Haskell]] | |||
* [[/Graphics|Graphics]] | |||
* [[/Web|HTML and XML and the Web]] | |||
* [[/Hardware|Hardware and robots]] | |||
* [[/Language|Haskell language features]] | * [[/Language|Haskell language features]] | ||
* [[/Performance|High performance Haskell]] | |||
* [[/IO|IO in Haskell]] | * [[/IO|IO in Haskell]] | ||
* [[/ | * [[/FFI|The FFI: interfaces to other languages]] | ||
* [[/Libraries|Libraries and packages]] | |||
* [[/Mathematics|Mathematics and Haskell]] | |||
* [[/Monads|Monads, Comonads, Arrows]] | |||
* [[/Network|Networking]] | * [[/Network|Networking]] | ||
* [[/Parallel|Parallel and concurrent programming]] | * [[/Parallel|Parallel and concurrent programming]] | ||
* [[/Parsing|Parsing, regular expressions]] | |||
* [[/Parsing|Parsing, regular expressions | * [[/EDSLs|Domain specific languages and code generation]] | ||
* [[/ | |||
* [[/Types|Programming with types]] | * [[/Types|Programming with types]] | ||
* [[/Testing|Testing, correctness and proofs]] | * [[/Testing|Testing, correctness and proofs]] | ||
== Further reading == | |||
Further material on these topics is available in [http://en.wikibooks.org/wiki/Haskell The Haskell Wikibook] | |||
For libraries divided into similar topics, see: | |||
* [http://hackage.haskell.org/packages/archive/pkg-list.html the Hackage database] | |||
* [[Applications and libraries]] | |||
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: