change x,y to n,m
[lambda.git] / content.mdwn
index 84d3485..201945e 100644 (file)
@@ -21,7 +21,8 @@ week in which they were introduced.
     *   Types in OCaml and Haskell (will be posted someday)
     *   Practical advice for working with OCaml and/or Haskell (will be posted someday)
     *   [[Kaplan on Plexy|topics/week6_plexy]] and the Maybe type
-    *   Untyped lambda evaluator ([[in browser|code/lambda_evaluator]]) (for home)
+    *   Untyped lambda evaluator ([[in browser|code/lambda_evaluator]]) ([[for home|topics/week7_untyped_evaluator]])
+
 
 *   Order, "static versus dynamic"
 
@@ -45,7 +46,9 @@ week in which they were introduced.
     *   [[Reduction Strategies and Normal Forms|topics/week3_evaluation_order]]
     *   [[Fixed point combinators|topics/week4_fixed_point_combinators]]
     *   [[More about fixed point combinators|topics/week4_more_about_fixed_point_combinators]]
-    *   Untyped lambda evaluator ([[in browser|code/lambda_evaluator]]) (for home)
+    *   Untyped lambda evaluator ([[in browser|code/lambda_evaluator]]) ([[for home|topics/week7_untyped_evaluator]])
+    *   [[Environments and Closures|topics/week7_environments_and_closures]]
+
 
 *   Combinatory logic
 
@@ -108,7 +111,7 @@ Week 5:
 *   [[System F|topics/week5 system F]]
 *   Types in OCaml and Haskell (will be posted someday)
 *   Practical advice for working with OCaml and/or Haskell (will be posted someday)
-*   [[Homework for weeks 5 and 6|exercises/assignment5]] ([[Answers|exercises/assignment5_answers]])
+*   [[Homework for weeks 5 and 6|exercises/assignment5-6]] ([[Answers|exercises/assignment5-6_answers]])
 
 
 Week 6:
@@ -121,9 +124,11 @@ Week 6:
 Week 7:
 
 *   [[Combinatory evaluator|topics/week7_combinatory_evaluator]]
-*   Untyped lambda evaluator (will be posted soon)
 *   [[Introducing Monads|topics/week7_introducing_monads]] (updated Mon 23 Mar)
-*   [[Homework for week 7|exercises/assignment7]]
+*   [[Homework for week 7|exercises/assignment7]] (updated Mon 23 Mar)
+*   [[Environments and Closures|topics/week7_environments_and_closures]]
+*   [[Untyped lambda evaluator|topics/week7_untyped_evaluator]]
+
 
 Week 8: