X-Git-Url: http://lambda.jimpryor.net/git/gitweb.cgi?p=lambda.git;a=blobdiff_plain;f=content.mdwn;h=be10a97dcf32eb7168a6f3a4cf25735fe1c1ca99;hp=9279e29c4adf73dbfebf78f1170a417638dc3578;hb=935fb6c127006b69a492ef8e04cdb52a44e88169;hpb=c28d9d60cbb95a4bc3e15fc6210ee57e2652df60;ds=sidebyside diff --git a/content.mdwn b/content.mdwn index 9279e29c..be10a97d 100644 --- a/content.mdwn +++ b/content.mdwn @@ -38,8 +38,7 @@ week in which they were introduced. * [[Unit and its usefulness|topics/week3 unit]] * Combinatory evaluator ([[for home|topics/week7_combinatory_evaluator]]) * [[Programming with mutable state|/topics/week9_mutable_state]] - * [[Abortable list traversals|/topics/week12_abortable_traversals]] - * [[List and tree zippers|/topics/week12_list_and_tree_zippers]] + * see also Continuation links, below * The Untyped Lambda Calculus @@ -89,6 +88,11 @@ week in which they were introduced. * Continuations * [[Abortable list traversals|/topics/week12_abortable_traversals]] * [[List and tree zippers|/topics/week12_list_and_tree_zippers]] + * [[From list zippers to continuations|topics/week13_from_list_zippers_to_continuations]] + * [[Coroutines, exceptions, and aborts|topics/week13_coroutines_exceptions_and_aborts]] + * [[Let/cc and reset/shift|topics/week13_native_continuation_operators]] + * CPS transforms + ## Topics by week ## @@ -180,3 +184,10 @@ Week 12: * [[Abortable list traversals|/topics/week12_abortable_traversals]] * [[List and tree zippers|/topics/week12_list_and_tree_zippers]] * [[Homework for week 12|exercises/assignment12]] + +Week 13: + +* [[From list zippers to continuations|topics/week13_from_list_zippers_to_continuations]] +* [[Coroutines, exceptions, and aborts|topics/week13_coroutines_exceptions_and_aborts]] +* [[Let/cc and reset/shift|topics/week13_native_continuation_operators]] +* CPS transforms