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.
 
 
 

20 lines
672 B

  1. Now that we know the basics, let's clear up some common misconceptions about haskell.
  2. \begin{itemizep}
  3. \item haskell is only a language for university professors
  4. \item haskell is not used in real world, see \url{https://wiki.haskell.org/Haskell_in_industry}
  5. \begin{itemize}
  6. \item Microsoft
  7. \item NVIDIA
  8. \item facebook
  9. \item Google
  10. \item Intel
  11. \item AT\Q{&}T
  12. \end{itemize}
  13. \item you cannot model states in haskell
  14. \item you cannot write larger programs in haskell
  15. \item you cannot write useful programs in haskell
  16. \item you cannot implement imperative algorithms
  17. \item you cannot do concurrency, cryptography, web development, ... in haskell
  18. \end{itemizep}
  19. \slidep
  20. You can!