Glasgow Haskell Compiler

The Glasgow Haskell Compiler
Original author(s)Kevin Hammond
Developer(s)Simon Marlow, Simon Peyton Jones, The Glasgow Haskell Team
Initial releaseDecember 1992 (1992-12)
Stable release
9.12.1  / 16 December 2024 (16 December 2024)
Repository
Written inHaskell, C
Operating systemLinux, macOS Catalina and later, Windows 2000 and later, FreeBSD
Platformx86-64, AArch64
Available inEnglish
TypeCompiler
LicenseBSD 3-clause (new)
Websitewww.haskell.org/ghc

The Glasgow Haskell Compiler (GHC) is a native or machine code compiler for the functional programming language Haskell. It provides a cross-platform software environment for writing and testing Haskell code and supports many extensions, libraries, and optimisations that streamline the process of generating and executing code. GHC is the most commonly used Haskell compiler. It is free and open-source software released under a BSD license.