layout | title | permalink |
---|---|---|
page |
Haskell |
/haskell/ |
This manual describes briefly how to install Haskell on Windows.
- Windows 8 or 10 (64 bit)
- Windows OS
This chapter describes where Haskell can be downloaded and how to install Haskell correctly.
Go to the Haskell download page and download the latest full version (64-bit) of Haskell, for example:
HaskellPlatform-8.0.1-full-x86_64-setup-a.exe
Run through the default setup and make sure the option to set a PATH variable is checked.
Open the Command Promt by clicking the Windows Button, type 'cmd' and hit enter. Start GHCI with the following command:
ghci
Execute the following command to check if Haskell works:
reverse "hello"
-- Returns "elloh"
The machine now has a working installation of Haskell and it's time to get to know Haskell itself. Below you find some websites with tutorials.
Haskell has developed an online platform where people can get to know Haskell. This platform contains tutorials to learn Haskell's basics: