Difference between revisions of "Blog articles"

From HaskellWiki
Jump to navigation Jump to search
(split maths category)
(Alpheccar contributions)
Line 4: Line 4:
 
=== Introductions to Haskell ===
 
=== Introductions to Haskell ===
   
  +
* [http://www.alpheccar.org/en/posts/show/67 Haskell Study Plan]
 
* [http://programming.reddit.com/goto?id=uzuc On Haskell, Intuition And Expressive Power]
 
* [http://programming.reddit.com/goto?id=uzuc On Haskell, Intuition And Expressive Power]
 
* [http://programming.reddit.com/goto?id=15bx1 Haskell: Raising the bar]
 
* [http://programming.reddit.com/goto?id=15bx1 Haskell: Raising the bar]
Line 172: Line 173:
   
 
=== Monads ===
 
=== Monads ===
  +
* [http://www.alpheccar.org/en/posts/show/60 A newbie in Haskell land or another monad tutorial]
 
 
* [http://www.serpentine.com/blog/2007/01/09/haskell-bootstrapping-into-a-clue-about-monads/ Haskell: bootstrapping into a clue about monads]
 
* [http://www.serpentine.com/blog/2007/01/09/haskell-bootstrapping-into-a-clue-about-monads/ Haskell: bootstrapping into a clue about monads]
 
* [http://sigfpe.blogspot.com/2007/02/monads-for-vector-spaces-probability.html Monads for vector spaces, probability and quantum mechanics pt. I]
 
* [http://sigfpe.blogspot.com/2007/02/monads-for-vector-spaces-probability.html Monads for vector spaces, probability and quantum mechanics pt. I]

Revision as of 20:56, 1 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

Java

Eiffel

Javascript

C

C#

Scala

Python

Scheme

Factor

Lisp

Lua

Functional programming

Programming exercises

Laziness

IO

Network

Concurrency

Performance

Parsing

Monads

Monad transformers

Arrows

Comonads

Error handling and exceptions

Types

Type classes

Data structures

Combinators

GUIs

Web and XML

Maths

Haskell for Mathematics

Mathematics of Haskell

Testing

Regular expressions

The foreign function interface

Cabal and libraries

Hardware description languages

Theory

Lambda calculus