A pure [[id:68cedf67-0f59-4a06-9344-77d946129653][functional programming]] language with [[id:1882370a-e4df-42a3-ab5a-32b650b754a6][Static Typing]] and full [[id:d6ed0927-3fbd-46b1-93db-503bd7177148][Type
Inference]].
* Installation
** GHCup
https://www.haskell.org/ghcup/
An installation tool for the Glasgow Haskell Compiler, the stack and cabal build
tools, the Haskell Language Server, and more.
: curl --proto '=https' --tlsv1.2 -sSf https://get-ghcup.haskell.org | sh
* Build tools
- [[https://www.haskell.org/cabal/][cabal]] :: A system for buildng and packaging Haskell libraries and programs.
- [[https://www.haskellstack.org][stack]] :: Build projects while managing dependencies.
* REPLs
- ghci :: The Glasgow Haskell Compiler interactive environment.