Probably was 'Hello, world!', so let's do that: If you've learned to program another language, your first program done.Īnd you are presented with a prompt. Alternatively, if you are on Windows, you may choose WinGHCi in the Start menu. If you have installed the Haskell Platform, open a terminal and type ghci (the name of the executable of the GHC interpreter) at the command prompt. Try Haskell provides a less complete but quicker way to give Haskell a shot. If you encounter difficulty, feel free to reach out to the Haskell community. The installation should be supported on most operating systems. The Platform comes with GHC, the de-facto standard Haskell compiler, and other tools that will help you program Haskell.
The recommended way to get started with programming Haskell is the Haskell Platform.