Blog articles: Difference between revisions
DonStewart (talk | contribs) No edit summary |
DonStewart (talk | contribs) No edit summary |
||
Line 33: | Line 33: | ||
* [[/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] | |||
* [http://haskell.org/haskellwiki/Applications_and_libraries Other libraries and tools] | |||
For in-depth research into these topics: | |||
* [http://haskell.org/haskellwiki/Research_papers Research paper database] | |||
[[Category:Tutorials]] | [[Category:Tutorials]] |
Revision as of 07:49, 28 June 2007
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:
Introductory material
- Introductions to Haskell
- Comparing Haskell to other languages
- Functional programming in general
- Small programming exercises
Specific topics
- Algorithms and techniques
- Data structures in Haskell
- Databases in Haskell
- Error handling and exceptions
- GUIs in Haskell
- Graphics
- HTML and XML
- Hardware and robots
- Haskell language features
- High performance Haskell
- IO in Haskell
- Interfaces to other languages
- Libraries and packages
- Mathematics and Haskell
- Monads
- Networking
- Parallel and concurrent programming
- Parsing, regular expressions 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: