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.
 
 
 

10 lines
446 B

  1. \ifger{Um zusammenzufassen, Haskell ist...}{Let's reiterate. Haskell is:}
  2. \begin{itemize}
  3. \item \ifger{funktional}{functional}
  4. \item pure
  5. \item lazy
  6. \item \ifger{statisch typisiert (und typsicher)}{statically typed (and truly type-safe)}
  7. \item general purpose language
  8. \item \ifger{sogar}{even} garbage collected
  9. \item \ifger{die beste imperative Programmiersprache der Welt (was??)}{the world's finest imperative language (what??)}
  10. \end{itemize}