X-Git-Url: http://lambda.jimpryor.net/git/gitweb.cgi?p=lambda.git;a=blobdiff_plain;f=content.mdwn;h=488e888ae960c3306fd5d0efdcf12e83db731cff;hp=3117de06a820f0b3eb390fe4e4da457c3c0c0857;hb=921a4e22ea64b89a07f03bc6d1a69949d05da20b;hpb=c87ca62c5f1a71805f5929d0d43e04c386792328;ds=sidebyside diff --git a/content.mdwn b/content.mdwn index 3117de06..488e888a 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 @@ -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]] (updated Mon 23 Mar) +* [[Environments and Closures|topics/week7_environments_and_closures]] +* [[Untyped lambda evaluator|topics/week7_untyped_evaluator]] + Week 8: