Difference between revisions of "Blog articles"

From HaskellWiki
Jump to navigation Jump to search
Line 189: Line 189:
 
** [http://metavar.blogspot.com/2007/03/simple-socket-programming-2-revenge-of.html Part 2]
 
** [http://metavar.blogspot.com/2007/03/simple-socket-programming-2-revenge-of.html Part 2]
   
=== Concurrency ===
+
=== Parallelism and Concurrency ===
   
 
* [http://radar.oreilly.com/archives/2007/01/threads_conside.html Threads]
 
* [http://radar.oreilly.com/archives/2007/01/threads_conside.html Threads]
  +
* STM and IO
* [http://mult.ifario.us/articles/2007/03/04/stm-and-io STM, IO, and a Simple Persistence Model]
+
** [http://mult.ifario.us/articles/2007/03/04/stm-and-io STM, IO, and a Simple Persistence Model]
  +
** [http://mult.ifario.us/articles/2007/03/13/stm-and-io-redux STM and IO Redux]
 
* Synchronised threads:
 
* Synchronised threads:
 
** [http://sequence.complete.org/node/252 part1]
 
** [http://sequence.complete.org/node/252 part1]

Revision as of 22:57, 13 March 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.

Introductions to Haskell

First impressions

Comparisons to other languages

Ruby

Ada

Java

Eiffel

Javascript

C

C#

Scala

Python

Scheme

Forth

Factor

Lisp

Lua

Functional programming

Programming exercises

Laziness

IO

Unix

Network

Parallelism and Concurrency

Performance

Parsing

Monads

Monad transformers

Arrows

Comonads

Error handling and exceptions

Types

Type classes

Data structures

Algorithms and techniques

GUIs

Web and XML

XML, Atom, RSS

Maths

Haskell for mathematics

Mathematics of Haskell

Testing

Regular expressions

The foreign function interface

Tips and tricks

Cabal and libraries

Hardware description languages