GHC
From HaskellWiki
(Difference between revisions)
| Line 1: | Line 1: | ||
The '''Glasgow Haskell Compiler''' is a state-of-the-art, open source, compiler and interactive environment for the functional language Haskell. | The '''Glasgow Haskell Compiler''' is a state-of-the-art, open source, compiler and interactive environment for the functional language Haskell. | ||
| + | |||
| + | * [[/FAQ/]] | ||
| + | * [[/Documentation/]] | ||
| + | * [[/Concurrency/]] | ||
| + | * [[/As a library/]] | ||
* [http://www.haskell.org/ghc/ GHC] | * [http://www.haskell.org/ghc/ GHC] | ||
[[Category:Implementations]] | [[Category:Implementations]] | ||
Revision as of 20:37, 20 January 2006
The Glasgow Haskell Compiler is a state-of-the-art, open source, compiler and interactive environment for the functional language Haskell.
