GHC: Difference between revisions

From Rosetta Code
Content added Content deleted
No edit summary
No edit summary
 
(21 intermediate revisions by 6 users not shown)
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.
{{implementation|Haskell}}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.


It is also the de-facto testbed for new features, with useful ones eventually being adopted into the language standard.
{{compiler}}

{{interpreter}}

Latest revision as of 15:27, 25 March 2008

GHC is an implementation of Haskell. Other implementations of Haskell.

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.

It is also the de-facto testbed for new features, with useful ones eventually being adopted into the language standard.