About

Haskell is a purely functional programming language. An open-source product of more than twenty years of cutting-edge research, it allows rapid development of robust, concise, correct software. With strong support for integration with other languages, built-in concurrency and parallelism, debuggers, profilers, rich libraries and an active community, Haskell makes it easier to produce flexible, maintainable, high-quality software.

Checklist

To avoid answering the same questions over and over again, please check the list of interesting questions and this checklist:

Performance issues

In case of performance issues, please make sure that you compile your code with optimizations enabled. Passing -O2 makes many performance issues go away.

It is also important to know, which version of the compiler and libraries you use. Giving that piece of information may decrease the time needed to answer your question extremely.

Getting started

  1. Download the Haskell Platform for your platform. This includes the state-of-the-art Glasgow Haskell Compiler (GHC) and common developer tools and libraries.
  2. Check out these Stack Overflow questions with links to popular websites, books, and tutorials:
  3. Have fun, and ask questions!

Interesting questions/answers

Community

Other places for discussing Haskell, beyond the question & answer format of Stack Overflow:

Free Haskell Programming Books

More information

history|show excerpt|excerpt history