Difference between revisions of "Template:Main/Headlines"

From HaskellWiki
Jump to navigation Jump to search
Line 5: Line 5:
 
* 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]
 
* 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_1.html Get it now].
+
* '''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].
 
* Over 1000 Haskell libraries and tools have now been released on [http://hackage.haskell.org Hackage].

Revision as of 17:52, 28 April 2009

Headlines

  • 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.
  • Over 1000 Haskell libraries and tools have now been released on Hackage.
  • The Haskell-prime committee is continuing work on defining the next minor revision of the language specification.