Difference between revisions of "User:Lenny222/Haskell"

From HaskellWiki
Jump to navigation Jump to search
Line 20: Line 20:
   
 
Haskell is a purely functional, statically typed, polymorphically, lazy programming language.
 
Haskell is a purely functional, statically typed, polymorphically, lazy programming language.
  +
   
 
== News ==
 
== News ==

Revision as of 10:47, 9 July 2009


About

Getting Started

Download

Documentation

Additional Libraries

Community

Haskell is a purely functional, statically typed, polymorphically, lazy programming language.


News

  • 2009-12-31: GHC 6.10, the flagship Haskell compiler, has been released, with a new parallel garbage collector, type families and data parallel arrays. Get it now.
  • 2009-12-31: Over 1000 Haskell libraries and tools have now been released on Hackage.
  • 2009-12-31: The Haskell-prime committee is continuing work on defining the next minor revision of the language specification.