GHC: Difference between revisions

From Rosetta Code
Content added Content deleted
No edit summary
Line 1: Line 1:
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.
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.


{{compiler}}
{{compiler}}

Revision as of 15:42, 22 August 2007

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