reorg new_stuff
authorJim Pryor <profjim@jimpryor.net>
Sun, 12 Dec 2010 18:00:04 +0000 (13:00 -0500)
committerJim Pryor <profjim@jimpryor.net>
Sun, 12 Dec 2010 18:00:04 +0000 (13:00 -0500)
Signed-off-by: Jim Pryor <profjim@jimpryor.net>
new_stuff.mdwn

index 9b33245..d153848 100644 (file)
@@ -1,18 +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.
 
 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 Monads]]
+*      [[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]] (still in progress)
+*      [[code/tree_monadize.ml]]
+*      [[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]].
+*      [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]]
 
 
-[[Monad Library]]
+In progress:
 
 
-[[State Monad Tutorial]]
+*      [[Curry-Howard]]
+*      [[Curry-Howard-note]] is this current?
+*      [[Using Continuations to Solve Same Fringe]]
+*      [[Monad Transformers]]
+*      [[Assignment10]]
+*      [[CPS]]