Difference between revisions of "User:Lenny222/Haskell"

From HaskellWiki
Jump to navigation Jump to search
Line 23: Line 23:
 
== News ==
 
== News ==
   
* [http://hackage.haskell.org/platform/ The Haskell Platform] is live!
+
* 2009-12-31: [http://hackage.haskell.org/platform/ The Haskell Platform] is live!
   
* The [http://industry.haskell.org/ Industrial Haskell Group] has been launched, to provide support for commercial users of Haskell
+
* 2009-12-31: The [http://industry.haskell.org/ Industrial Haskell Group] has been launched, to provide support for commercial users of Haskell
   
* A new paper has been released on the GHC multicore runtime system: [http://ghcmutterings.wordpress.com/2009/03/03/new-paper-runtime-support-for-multicore-haskell/ Runtime Support for Multicore Haskell]
+
* 2009-12-31: A new paper has been released on the GHC multicore runtime system: [http://ghcmutterings.wordpress.com/2009/03/03/new-paper-runtime-support-for-multicore-haskell/ Runtime Support for Multicore Haskell]
   
* '''GHC 6.10''', the flagship Haskell compiler, has been released, with a new parallel garbage collector, type families and data parallel arrays. [http://www.haskell.org/ghc/download_ghc_6_10_2.html Get it now].
+
* 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. [http://www.haskell.org/ghc/download_ghc_6_10_2.html Get it now].
   
* Over 1000 Haskell libraries and tools have now been released on [http://hackage.haskell.org Hackage].
+
* 2009-12-31: Over 1000 Haskell libraries and tools have now been released on [http://hackage.haskell.org Hackage].
   
* The [http://hackage.haskell.org/trac/haskell-prime Haskell-prime] committee is continuing work on defining the next minor revision of the language specification.
+
* 2009-12-31: The [http://hackage.haskell.org/trac/haskell-prime Haskell-prime] committee is continuing work on defining the next minor revision of the language specification.
   
[[Image:Rwh-thumb.png|thumb|[http://book.realworldhaskell.org/ Real World Haskell]]]
+
* 2009-12-31: [http://book.realworldhaskell.org/ Real World Haskell], a new textbook on Haskell from O'Reilly is now available (Winner of [http://fyi.oreilly.com/2009/03/read-an-excerpt-from-real-worl.html Best Technical Book], Jolt Awards 2009!)
[[Image:PIM-Coperta-small.jpg|thumb|[http://haskell.org/haskellwiki/Practica_interpretarii_monadice Practica interpretarii monadice]]]
 
   
 
* 2009-12-31: [http://haskell.org/haskellwiki/Practica_interpretarii_monadice Practica interpretarii monadice], a new textbook on Monadic Interpretation using Haskell from [http://www.matrixrom.ro MatrixRom] is now available. (Romania and Moldova)
* [http://book.realworldhaskell.org/ Real World Haskell], a new textbook on Haskell from O'Reilly is now available (Winner of [http://fyi.oreilly.com/2009/03/read-an-excerpt-from-real-worl.html Best Technical Book], Jolt Awards 2009!)
 
 
* [http://haskell.org/haskellwiki/Practica_interpretarii_monadice Practica interpretarii monadice], a new textbook on Monadic Interpretation using Haskell from [http://www.matrixrom.ro MatrixRom] is now available. (Romania and Moldova)
 
   
   

Revision as of 10:36, 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.