瀏覽代碼

Move call-by-need question zo laziness

master
Julian Ospald 9 年之前
父節點
當前提交
276b7989f7
沒有發現已知的金鑰在資料庫的簽署中 GPG 金鑰 ID: 220CD1C5BDEED020
共有 2 個檔案被更改,包括 5 行新增5 行删除
  1. +4
    -1
      VL1/content/VL1_what_does_lazy_mean.tex
  2. +1
    -4
      VL1/content/VL1_what_does_pure_mean.tex

+ 4
- 1
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}
\end{itemizep}
\slidep
\vspace{\baselineskip}
\ifger{Frage:}{Question:} call-by-value? call-by-reference? call-by-need?

+ 1
- 4
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?
\end{itemizep}

Loading…
取消
儲存