X-Git-Url: http://lambda.jimpryor.net/git/gitweb.cgi?p=lambda.git;a=blobdiff_plain;f=new_stuff.mdwn;h=5ac5ec24da92f73aaec33d4a54d188c9039c5ec1;hp=55c8cba3337072decfbefd57469a28bb789da5e8;hb=0683b3c8a32fabb9b78d9827ac809df3a6095434;hpb=7228bb74798b590fec10c17c0028ce9a7cd2e70a diff --git a/new_stuff.mdwn b/new_stuff.mdwn index 55c8cba3..5ac5ec24 100644 --- a/new_stuff.mdwn +++ b/new_stuff.mdwn @@ -1,12 +1,65 @@ Page for Chris and Jim to see what each other is working on, but hasn't necessarily been posted to main wiki index yet. -[[Week10]] +Week11: -[[Week11]] +* [[Tree and List Zippers]] +* [[Coroutines and Aborts]] +* [[From List Zippers to Continuations]] +* [[Assignment8]] -[[Curry-Howard]] +Week12: -[[Zipper-Lists-Continuations]] +* [[List Monad as Continuation Monad]] +* [[Manipulating Trees with Monads]] (reworked), code is at [[code/tree_monadize.ml]] +* [[Monad Transformers]] (added) +* [[Assignment9]] -[[Assignment8]] +New stuff, fairly stable: +* [Commentary](/hints/assignment_6_commentary) on some common issues in the solutions to [[Assignment6]]. +* [[Translating between OCaml Scheme and Haskell]] +* [[Monad Library]], code is at [[code/monads.ml]] +* [[State Monad Tutorial]] +* [[CPS and Continuation Operators]] + +In progress: + +* [[Curry-Howard]] +* [[Assignment10]] + +