X-Git-Url: http://lambda.jimpryor.net/git/gitweb.cgi?p=lambda.git;a=blobdiff_plain;f=content.mdwn;h=201945e875a591b6890054b08c39b16e039e2a1f;hp=84d34856b9a3efae5e6788792ec8bee0ce5b974b;hb=72788c7619ea1ef4af5e9ace1e2fc4b2fde79671;hpb=2d74db5c5df020c5f01f530aa110651bdaf6774f diff --git a/content.mdwn b/content.mdwn index 84d34856..201945e8 100644 --- a/content.mdwn +++ b/content.mdwn @@ -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: