Link to today's slides.
This commit is contained in:
parent
c61a164474
commit
318919da17
1 changed files with 4 additions and 1 deletions
|
@ -78,7 +78,10 @@ We also show the limits of dependently-typed functional programming.
|
|||
([slides 02](slides/fpottier-02.pdf))
|
||||
([OCaml code](ocaml/Lambda.ml))
|
||||
([Coq repo](coq/)).
|
||||
* (06/10/2017) Compiling away first-class functions: closure conversion, defunctionalization.
|
||||
* (06/10/2017) Compiling away first-class functions:
|
||||
closure conversion, defunctionalization
|
||||
([slides 03](slides/fpottier-03.pdf))
|
||||
([Coq repo](coq/)).
|
||||
* (13/10/2017) Compiling away the call stack: the CPS transformation.
|
||||
* (20/10/2017) Equational reasoning and program optimizations.
|
||||
|
||||
|
|
Loading…
Reference in a new issue