Add note about haskell being garbage collected

This commit is contained in:
Julian Ospald 2015-04-15 01:14:08 +02:00
parent 5673aab3bf
commit 72b9e235e7
No known key found for this signature in database
GPG Key ID: 220CD1C5BDEED020
1 changed files with 1 additions and 0 deletions

View File

@ -234,6 +234,7 @@ Let's reiterate. Haskell is:
\item pure \item pure
\item lazy \item lazy
\item statically typed (and truly typesafe) \item statically typed (and truly typesafe)
\item even garbage collected
\end{itemize} \end{itemize}
\end{frame} \end{frame}