Difference between revisions of "User:Lenny222/Haskell"

From HaskellWiki
Jump to navigation Jump to search
Line 19: Line 19:
 
|valign=top width=75% style="text-align:left; line-height:120%"|
 
|valign=top width=75% style="text-align:left; line-height:120%"|
   
Haskell is a purely functional, statically typed, polymorphically, lazy programming language.
+
Haskell is an advanced [[functional programming|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 [http://www.cse.unsw.edu.au/~chak/haskell/ffi/ integration with other languages],
  +
built-in [http://haskell.org/haskellwiki/Applications_and_libraries/Concurrency_and_parallelism concurrency and parallelism], debuggers, profilers, [http://hackage.haskell.org/packages/hackage.html rich libraries] and an active community, Haskell makes it easier to produce flexible, maintainable
  +
high-quality software.
   
   

Revision as of 11:11, 9 July 2009


About

Getting Started

Download

Documentation

Additional Libraries

Community

Haskell is an advanced 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.


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.