  |
Haskell.org - http://www.haskell.org/
Repository for information on the lazy functional programming language Haskell: Descriptions, documents, history, news, HaWiki, software (libraries, tools), humor, merchandise, and links. |
  |
Wikipedia: Haskell Programming Language - http://en.wikipedia.org/wiki/Haskell_programming_language
Online encyclopedia article. |
  |
Haskell API Search - http://haskell.org/hoogle/
Search engine for the Haskell standard libraries (Prelude, List, Array, etc). Search by function name, or type signature. Gives examples and overviews of many functions. |
  |
Why Haskell? - http://scienceblogs.com/goodmath/2006/11/why_haskell.php
Why learn Haskell? What is good about the pure functional programming model as exemplified by Haskell? ScienceBlogs LLC; Good Math, Bad Math. |
 |
Hello, World Program - http://www2.latech.edu/~acm/helloworld/haskell.html
What Hello World in Haskell looks like. |