© Stefania Loredana Nita and Marius Mihailescu 2019
Stefania Loredana Nita and Marius MihailescuHaskell Quick Syntax Referencehttps://doi.org/10.1007/978-1-4842-4507-1_3

3. GHC

Stefania Loredana Nita1  and Marius Mihailescu1
(1)
Bucharest, Romania
 

GHC stands for Glasgow Haskell Compiler , which is the native code compiler for Haskell. It is open source and can be downloaded from https://www.haskell.org/ghc/ . It is also integrated into the Haskell Platform, available at https://www.haskell.org/downloads#platform . (We recommend you install the Haskell Platform because it contains the compiler, Cabal,1 and other tools you’ll use in this book.)

Introducing GHC

The main components of GHC are the interactive interpreter GHCi and the batch compiler. GHC ...

Get Haskell Quick Syntax Reference: A Pocket Guide to the Language, APIs, and Library now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.