reorg new_stuff
[lambda.git] / new_stuff.mdwn
index f39287d..d153848 100644 (file)
@@ -1,12 +1,32 @@
 Page for Chris and Jim to see what each other is working on, but hasn't necessarily been posted to main wiki index yet.
 
-[[Week4]]
+Week11:
 
-[[Week5]]
+*      [[Tree and List Zippers]]
+*      [[Coroutines and Aborts]]
+*      [[From List Zippers to Continuations]]
+*      [[Assignment8]]
 
-[[Assignment4]]
+Week12:
 
-[[advanced_lambda]]
+*      [[List Monad as Continuation Monad]]
+*      [[Manipulating Trees with Monads]] (still in progress)
+*      [[code/tree_monadize.ml]]
+*      [[Assignment9]]
 
-[[lambda_library]]
+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]]
+
+In progress:
+
+*      [[Curry-Howard]]
+*      [[Curry-Howard-note]] is this current?
+*      [[Using Continuations to Solve Same Fringe]]
+*      [[Monad Transformers]]
+*      [[Assignment10]]
+*      [[CPS]]