From 276b7989f7f38290c5bd1b142700b87c046f6ee3 Mon Sep 17 00:00:00 2001 From: Julian Ospald Date: Wed, 29 Apr 2015 22:11:00 +0200 Subject: [PATCH] Move call-by-need question zo laziness --- VL1/content/VL1_what_does_lazy_mean.tex | 5 ++++- VL1/content/VL1_what_does_pure_mean.tex | 5 +---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/VL1/content/VL1_what_does_lazy_mean.tex b/VL1/content/VL1_what_does_lazy_mean.tex index 6a8f38f..ebbb063 100644 --- a/VL1/content/VL1_what_does_lazy_mean.tex +++ b/VL1/content/VL1_what_does_lazy_mean.tex @@ -4,4 +4,7 @@ \item \ifger{unendliche Datenstrukturen sind möglich, sowohl rekursive als auch nicht-rekursive}{infinite data structures are now possible (recursive and non-recursive)} \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} \ No newline at end of file +\end{itemizep} +\slidep +\vspace{\baselineskip} +\ifger{Frage:}{Question:} call-by-value? call-by-reference? call-by-need? \ No newline at end of file diff --git a/VL1/content/VL1_what_does_pure_mean.tex b/VL1/content/VL1_what_does_pure_mean.tex index 742274d..46feee1 100644 --- a/VL1/content/VL1_what_does_pure_mean.tex +++ b/VL1/content/VL1_what_does_pure_mean.tex @@ -13,7 +13,4 @@ \item \ifger{Parallelisierung}{parallelism} \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? \ No newline at end of file +\end{itemizep} \ No newline at end of file