Haskell Platform
From HaskellWiki
(Difference between revisions)
| 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] | ||
| - | == | + | == Trouble shooting == |
* [http://trac.haskell.org/haskell-platform/report/1 Known issues] | * [http://trac.haskell.org/haskell-platform/report/1 Known issues] | ||
* [http://trac.haskell.org/haskell-platform/newticket?summary=%3CProblem%3E&description=%3CDescribe%20the%20problem%3E&component=Platform Report a bug] | * [http://trac.haskell.org/haskell-platform/newticket?summary=%3CProblem%3E&description=%3CDescribe%20the%20problem%3E&component=Platform Report a bug] | ||
Revision as of 07:53, 21 March 2010
|
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 ⇒
Contents |

