Preliminaries
Why Does
Haskell Matter - This article is aimed at programmers that are
used to
imperative programming languages. It
attempts to answer the question
"Why does Haskell
matter?". It examines the difference between imperative and
functional languages, and explains why the latter is worth learning and
using.
Hooking up to Haskell - This article is a guide to
setting up your Haskell environment on Microsoft Windows systems. It
will help you get hooked up to an interpreter and a compiler.
Tutorials
Tutorial 1:
Introduction to programming applications in Haskell - This
tutorial outlines the basics of programming applications in Haskell, and
is a general introduction to this tutorial series. We will go through
the basics of Haskell types, functions and IO.