tweak new_stuff, post raw cps file
[lambda.git] / new_stuff.mdwn
index ce75342..ba7e51a 100644 (file)
@@ -1,21 +1,30 @@
 Page for Chris and Jim to see what each other is working on, but hasn't necessarily been posted to main wiki index yet.
 
 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]] (still in progress)
+*      [[code/tree_monadize.ml]]
+*      [[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]]
 
 
-[[Zipper-Lists-Continuations]] -- now obsolete?
+In progress:
 
 
-[[Assignment8]]
-
-
-[[Curry-Howard]]
+*      [[Curry-Howard]]
+*      [[Monad Transformers]]
+*      [[Assignment10]]
+*      [[CPS]]