X-Git-Url: http://lambda.jimpryor.net/git/gitweb.cgi?p=lambda.git;a=blobdiff_plain;f=new_stuff.mdwn;h=5ac5ec24da92f73aaec33d4a54d188c9039c5ec1;hp=ce753428d55b76878561b2d381c517306a79d24c;hb=109034aa514a67fcaed0607b4deb4b339f67ab76;hpb=aadf74c3fcd73d3e6cdc0babb6ceedc8039f63f6 diff --git a/new_stuff.mdwn b/new_stuff.mdwn index ce753428..5ac5ec24 100644 --- a/new_stuff.mdwn +++ b/new_stuff.mdwn @@ -1,21 +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. -[[Week11]] +Week11: -[[Tree and List Zippers]] +* [[Tree and List Zippers]] +* [[Coroutines and Aborts]] +* [[From List Zippers to Continuations]] +* [[Assignment8]] -[[Coroutines and Aborts]] +Week12: -[[From Lists to Continuations]] +* [[List Monad as Continuation Monad]] +* [[Manipulating Trees with Monads]] (reworked), code is at [[code/tree_monadize.ml]] +* [[Monad Transformers]] (added) +* [[Assignment9]] -[[List Monad as Continuation Monad]] +New stuff, fairly stable: -[[Manipulating Trees with Monads]] +* [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]] -[[Zipper-Lists-Continuations]] -- now obsolete? +In progress: -[[Assignment8]] +* [[Curry-Howard]] +* [[Assignment10]] +