haskell-lectures/VL1/content/VL1_toolchain.tex

7 lines
683 B
TeX
Raw Normal View History

2015-04-23 20:40:13 +00:00
\ifger{Um loszulegen benötigen wir:}{How to get started? You need:}
\begin{itemize}
2015-04-23 20:40:13 +00:00
\item \textbf{GHC}: \ifger{das ist der Haskell Compiler}{this is the Haskell compiler}
\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}}
2015-04-29 20:23:01 +00:00
\item \textbf{The Haskell Platform}: \ifger{eine Kollektion die GHC, GHCi und Standardbibliotheken beinhaltet}{a collection including GHC, GHCi and basic libraries}\footnote{\url{https://www.haskell.org/platform}}
\item \ifger{Haskell IDEs}{haskell IDEs}\footnote{\url{https://wiki.haskell.org/IDEs}}
\end{itemize}