GHC

From Rosetta Code
Revision as of 19:48, 4 September 2007 by Ce (talk | contribs) (Undo revision 8219 by Special:Contributions/LgeKoe (User talk:LgeKoe))

The Glasgow Haskell Compiler (or GHC) is a compiler for the functional programming language Haskell. GHC includes an interactive environment for Haskell, known as GHCi.

GHC is an example of a compiler. You may find the programming tasks that have been solved using it here.

Template:Interpreter