haskell

FacebookTwitter
http://en.wikibooks.org/wiki/Haskell [ edit ] Haskell :: Functional Programming with Types Haskell is a functional programming language. If you have programmed before and would like to see a little bit of how Haskell works and is different from other programming languages, you can get an overview . Haskell is unique for two reasons. The first is that it is purely functional. If you have a function and you call it twice in two different places with the same arguments then it will return exactly the same value both times.

Haskell - Wikibooks, collection of open-content textbooks

introduction

http://hackage.haskell.org/packages/hackage.html HackageDB (or just Hackage) is a collection of releases of Haskell packages. Each package is in the Cabal format, a standard way of packaging Haskell source code that makes it easy to build and install. These pages are a basic web interface to the Hackage package database. Finding packages
From HaskellWiki The number of Haskell packages is growing rapidly. The section 'Haskell library collections' gives an ordering of all these packages by relative importance.

Applications and libraries

http://www.haskell.org/haskellwiki/Applications_and_libraries