Move call-by-need question zo laziness
This commit is contained in:
parent
5790a8dfc8
commit
276b7989f7
@ -5,3 +5,6 @@
|
||||
\item \ifger{neue Kontrollstrukturen können sehr leicht durch Definieren von Funktionen erzeugt werden, wir benötigen nicht unbedingt if-then-else}{defining new control structures by just defining a function (since not everything is evaluated... who needs if-then-else anyway?)}
|
||||
\item \ifger{sehr wichtig für die Programmierung mit Komposition (z.b. Funktionskomposition) und Effizienz}{important for compositional programming and efficiency}
|
||||
\end{itemizep}
|
||||
\slidep
|
||||
\vspace{\baselineskip}
|
||||
\ifger{Frage:}{Question:} call-by-value? call-by-reference? call-by-need?
|
@ -14,6 +14,3 @@
|
||||
\item \ifger{Denken in Gleichungen und hohes Refactoring-Potenzial}{equational reasoning and refactoring}
|
||||
\item \ifger{weniger Bugs!}{less bugs!}
|
||||
\end{itemizep}
|
||||
\slidep
|
||||
\vspace{\baselineskip}
|
||||
\ifger{Frage:}{Question:} call-by-value? call-by-reference? call-by-need?
|
Loading…
Reference in New Issue
Block a user