GHC
Glasgow Haskell Compiler, abbreviated as GHC, is the primary open-source compiler for the Haskell programming language. It is maintained by a collaborative community led by the Glasgow Haskell Compiler team, with contributions from researchers and developers around the world. GHC compiles Haskell source code into native machine code and also provides GHCi, an interactive environment for loading modules and evaluating expressions.
GHC supports a broad range of language extensions that enable advanced type-system features, such as Generalized
The runtime system (RTS) included with GHC manages memory, garbage collection, and concurrency, enabling both lightweight
GHC is widely regarded as the de facto standard Haskell compiler and plays a central role in