The Glasgow Haskell Compiler (GHC) is an open source compiler and interactive environment for the functional programming language Haskell. GHC is the most widely used Haskell compiler and provides advanced optimization and concurrency support.
The Glasgow Haskell Compiler (GHC) is an open source compiler and interactive environment for the functional programming language Haskell. First released in 1992, GHC is now the most widely used Haskell compiler and provides advanced optimization and concurrency support.
Key features of GHC include:
GHC is known for generating very efficient code and is the compiler of choice for most Haskell developers. It can be used as a batch compiler as well as interactively in GHCi. GHC continues to evolve with new features and functionality added in each major release.