Post Made Community Wiki by Community
show/hide this revision's text 2 added Scheme in 48 hours tutorial, reformatting

Haskell:

My favorite general, less academic tutorialonline tutorials:

  1. The Haskell wikibook which contains all of the excellent Yet Another Haskell Tutorial. (This tutorial helps with specifics of setting up a Haskell distro and running example programs, for example.)
  2. Write yourself a Scheme in 48 hours. Get your hands dirty learning Haskell with a real project.

Books on Functional Programming with Haskell:

  1. Laziness and program correctness, thinking functionally:Bird's Introduction to Functional Programming Using Haskell

    1. Lambda calculus, combinators, more theoretical, but in a very down to earth manner: Davie's Introduction to Functional Programming Systems Using Haskell
    2. Laziness and program correctness, thinking functionally: Bird's Introduction to Functional Programming Using Haskell
show/hide this revision's text 1

Haskell:

My favorite general, less academic tutorial:

  1. The Haskell wikibook which contains all of the excellent Yet Another Haskell Tutorial. (This tutorial helps with specifics of setting up a Haskell distro and running example programs, for example.)

Functional Programming with Haskell:

  1. Laziness and program correctness, thinking functionally: Bird's Introduction to Functional Programming Using Haskell
  2. Lambda calculus, combinators, more theoretical, but in a very down to earth manner: Davie's Introduction to Functional Programming Systems Using Haskell