Skip to Content
Learn Haskell by Example
book

Learn Haskell by Example

by Philipp Hagenlocher
December 2024
Beginner content levelBeginner
456 pages
13h 37m
English
Manning Publications
Content preview from Learn Haskell by Example

appendix A The Haskell Toolchain

Like any modern language, Haskell comes with a variety of tools. Here is a short overview of the essentials:

  • GHC—The Glasgow Haskell Compiler, the standard compiler for the Haskell language.
  • GHCi—GHC’s interactive environment. It can be used to tinker with functions, test out certain code snippets, and get some information on types and definitions.
  • Cabal—A tool for building Haskell applications. It can be used for downloading dependencies, compiling programs, and even bundling code into packages. It uses Hackage, the Haskell package repository, as a source for dependencies and GHC for compiling.
  • Stack—A tool for organizing projects and resolving their dependencies with a high guarantee for build success. ...
Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Start your free trial

You might also like

Get Programming with Haskell

Get Programming with Haskell

Will Kurt
Haskell in Depth

Haskell in Depth

Vitaly Bragilevsky

Publisher Resources

ISBN: 9781633438934Supplemental ContentPublisher SupportOtherPublisher WebsiteSupplemental ContentErrata PagePurchase Link