[Learning You a Haskell for Great Goods!] Introduction
Compiler
Glasgow Haskell Compiler (GHC)
http://hackage.haskell.org/platform/
Command
# load scripts
ghci> :l hello.hs
# run scripts
Compiler
Glasgow Haskell Compiler (GHC)
http://hackage.haskell.org/platform/
Command
# load scripts
ghci> :l hello.hs
# run scripts