APPENDIXINSTALLING HASKELL
This appendix explains how to install the Glasgow Haskell Compiler and libraries other people have written.
Installing GHC
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 ...
Get Learn Physics with Functional Programming 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.