haskell-basics Installation Windows Scoop scoop install main/haskell Linux sudo apt-get install haskell-platform Mac brew install ghc cabal-install Interactive mode ghci Running Lessons and Examples ghc -o <output> <input> Happy Hacking!