Rm debatable line about laziness causing memory overhead

This commit is contained in:
Julian Ospald 2015-04-16 20:10:41 +02:00
parent 94ef5eefa5
commit 8f9343cb36
No known key found for this signature in database
GPG Key ID: 220CD1C5BDEED020
1 changed files with 0 additions and 1 deletions

View File

@ -217,7 +217,6 @@ In haskell expressions are not evaluated until their results are actually needed
\item infinite data structures are now possible (recursive and non-recursive) \item infinite data structures are now possible (recursive and non-recursive)
\item defining new control structures by just defining a function (since not everything is evaluated... who needs if-then-else anyway?) \item defining new control structures by just defining a function (since not everything is evaluated... who needs if-then-else anyway?)
\item important for compositional programming and efficiency \item important for compositional programming and efficiency
\item laziness causes (memory) overhead, but most of the time the benefits outweigh the costs
\end{itemize} \end{itemize}
\end{frame} \end{frame}