You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

8 lines
413 B

  1. How to get started? You need:
  2. \begin{itemize}
  3. \item \textbf{GHC}: this is the Haskell compiler
  4. \item \textbf{GHCi}: this an interactive environment of GHC, similar to the interactive ruby shell \emph{irb}
  5. \item \textbf{The Haskell Platform}: a collection including GHC, GHCi and basic libraries
  6. \end{itemize}
  7. Go to \url{https://www.haskell.org/platform}\\
  8. For haskell IDEs, see \url{https://wiki.haskell.org/IDEs}