X-Git-Url: http://lambda.jimpryor.net/git/gitweb.cgi?p=lambda.git;a=blobdiff_plain;f=new_stuff.mdwn;h=5ac5ec24da92f73aaec33d4a54d188c9039c5ec1;hp=aa8aa643742d2bc6daf2137f3e26530962b07933;hb=72cca371a48d35b0177427b35f23ae8cc704fdf2;hpb=0e29c49a39ca708072b89ac24477cf39ccd0eee6 diff --git a/new_stuff.mdwn b/new_stuff.mdwn index aa8aa643..5ac5ec24 100644 --- a/new_stuff.mdwn +++ b/new_stuff.mdwn @@ -1,7 +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. -[[Advanced Topics/Calculator Improvements]] +Week11: -[[Zipper]] +* [[Tree and List Zippers]] +* [[Coroutines and Aborts]] +* [[From List Zippers to Continuations]] +* [[Assignment8]] +Week12: +* [[List Monad as Continuation Monad]] +* [[Manipulating Trees with Monads]] (reworked), code is at [[code/tree_monadize.ml]] +* [[Monad Transformers]] (added) +* [[Assignment9]] + +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]] + +