Haskell
Introduction
Haskell is an up-and-coming functional language that promises to be a better Python. In fact, Python borrowed many ideas from Haskell, some of which it has since rejected.
Learning
See the Haskell Site for a place to begin.
- Haskell in 5 Steps is a very quick introduction. It will get you used to the most fundamental syntax.
- Learning Haskell is a more complete tutorial.
- Learn you a Haskell for Great Good!