January 2023
Intermediate to advanced
648 pages
17h 32m
English

This appendix explains how to install the Glasgow Haskell Compiler and libraries other people have written.
The Glasgow Haskell Compiler (GHC) is the Haskell compiler we use in this book. It is free, open source software anyone can download and install.
The installation procedure depends on which operating system you use. For GNU/Linux and macOS users, I recommend going to https://www.haskell.org and choosing Downloads. Follow the instructions for your operating system. You will know you have succeeded when you can start the GHCi interactive compiler, usually by typing ghci at the command prompt. At this ...
Read now
Unlock full access