ass10 tweak
[lambda.git] / new_stuff.mdwn
index aa8aa64..5ac5ec2 100644 (file)
@@ -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]]
+
+<!--
+
+from Upcoming Topics, now pointless (sniff...)
+
+
+14.    Curry-Howard isomorphism between simply-typed lambda and intuitionistic propositional logic<p>
+15.    The types of continuations; continuations as first-class values
+
+## Continuations ##
+
+0.     [Phil/ling application] Partee on whether NPs should be uniformly interpreted as generalized quantifiers, or instead "lifted" when necessary. Lifting = a CPS transform.
+1.     Using CPS to handle abortive computations (think: presupposition failure, expressives)
+2.     Using CPS to do other handy things, e.g., coroutines (cooperative threading)
+3.     Making evaluation order explicit with continuations
+4.     Delimited (quantifier scope) vs undelimited (expressives, presupposition) continuations
+5.     [Phil/ling application] [Barker/Shan on donkey anaphora](http://dx.doi.org/10.3765/sp.1.1)
+6.     The continuation monad
+
+## Preemptively parallel computing and linear logic ##
+
+1.     Basics of parallel programming: semaphores/mutexes
+2.     Contrasting "preemptive" parallelism to "cooperative" parallelism (coroutines, above)
+3.     Linear logic, "logical resource management"
+4.     [Phil/ling application] Barker on free choice, imperatives
+
+
+##Other##
+17.    [Phil/ling application] Expletives<p>
+18.    Some references:
+       * [de Groote on the lambda-mu calculus in linguistics](http://www.loria.fr/%7Edegroote/papers/amsterdam01.pdf)
+       * [on donkey anaphora and continuations](http://dx.doi.org/10.3765/sp.1.1)
+       * [Wadler on symmetric sequent calculi](http://homepages.inf.ed.ac.uk/wadler/papers/dual-reloaded/dual-reloaded.pdf)
+19.    Dependent types
+
+
+-->