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
721 B

  1. \ifger{Um loszulegen benötigen wir:}{How to get started? You need:}
  2. \begin{itemize}
  3. \item \textbf{GHC}: \ifger{das ist der Haskell Compiler}{this is the Haskell compiler}
  4. \item \textbf{GHCi}: \ifger{das ist die interaktive Compiler-Umgebung, ähnlich der ruby shell \emph{irb}}{this an interactive environment of GHC, similar to the interactive ruby shell \emph{irb}}
  5. \item \textbf{The Haskell Platform}: \ifger{eine Kollektion die GHC, GHCi und Standardbibliotheken beinhaltet}{a collection including GHC, GHCi and basic libraries}
  6. \end{itemize}
  7. \ifger{Siehe}{Go to}\footnote{\url{https://www.haskell.org/platform}}\\
  8. \ifger{Für Haskell IDEs, siehe}{For haskell IDEs, see}\footnote{\url{https://wiki.haskell.org/IDEs}}