Difference between revisions of "Haskell Platform"

From HaskellWiki
Jump to navigation Jump to search
Line 6: Line 6:
   
 
__TOC__
 
__TOC__
  +
  +
== Getting started ==
  +
  +
=== New to Haskell? ===
  +
  +
* [http://tryhaskell.org Try Haskell in your browser]
  +
* [http://learnyouahaskell.org Learn you a Haskell for Great Good!]
  +
* [http://book.realworldhaskell.org Real World Haskell]
   
 
== Download and install ==
 
== Download and install ==
Line 21: Line 29:
 
* [http://hackage.haskell.org/platform/new/windows.html Download the Haskell Platform for Windows]
 
* [http://hackage.haskell.org/platform/new/windows.html Download the Haskell Platform for Windows]
   
== Help and resources ==
+
== Trouble shooting ==
   
 
* [http://trac.haskell.org/haskell-platform/report/1 Known issues]
 
* [http://trac.haskell.org/haskell-platform/report/1 Known issues]

Revision as of 07:53, 21 March 2010

Platform.png
The Haskell Platform


The Haskell Platform is a single, standard Haskell development environment for everyone. It offers a set of blessed libraries and tools, to save you the task of picking and choosing which core Haskell libraries to use.

Learn more about the Haskell Platform ⇒

Getting started

New to Haskell?

Download and install

Linux instructions

Mac instructions

Windows instructions

Trouble shooting