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.
 
 
 

5 lines
463 B

  1. \begin{itemizep}
  2. \item some problems that are trivial in imperative languages, can be very difficult to solve in idiomatic haskell and vice versa
  3. \item practical cryptography is possible, but a difficult topic in haskell, see \url{https://mail.haskell.org/pipermail/haskell-cafe/2015-February/118059.html}
  4. \item although haskell is \emph{lazy}, there are a few things that can break laziness, see \url{https://wiki.haskell.org/Maintaining_laziness}
  5. \end{itemizep}