X-Git-Url: http://lambda.jimpryor.net/git/gitweb.cgi?p=lambda.git;a=blobdiff_plain;f=new_stuff.mdwn;h=5ac5ec24da92f73aaec33d4a54d188c9039c5ec1;hp=bf47b4fcfa8ab3b118b05d8beed5d98fe0907d8e;hb=0514157d311eae9ec04606dc4b3e6a68038f3186;hpb=18f7078f083946d75f33478f86c10428624401f6 diff --git a/new_stuff.mdwn b/new_stuff.mdwn index bf47b4fc..5ac5ec24 100644 --- a/new_stuff.mdwn +++ b/new_stuff.mdwn @@ -1,11 +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. -[[From List Zippers to Continuations]] +Week11: -[[Manipulating Trees with Monands]] +* [[Tree and List Zippers]] +* [[Coroutines and Aborts]] +* [[From List Zippers to Continuations]] +* [[Assignment8]] -[[code/tree_monadize.ml]] +Week12: -[[Curry-Howard]] +* [[List Monad as Continuation Monad]] +* [[Manipulating Trees with Monads]] (reworked), code is at [[code/tree_monadize.ml]] +* [[Monad Transformers]] (added) +* [[Assignment9]] -[[Translating between OCaml Scheme and Haskell]] +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]] + +