X-Git-Url: http://lambda.jimpryor.net/git/gitweb.cgi?p=lambda.git;a=blobdiff_plain;f=content.mdwn;h=488e888ae960c3306fd5d0efdcf12e83db731cff;hp=5d8dbb110a9b759c99aa7b5b609d54881ef03476;hb=53b68fb6846594195cba0ccdc5418596cdebd3a5;hpb=26183e97152086e5b55f8ebe3b7486f4e08a0912 diff --git a/content.mdwn b/content.mdwn index 5d8dbb11..488e888a 100644 --- a/content.mdwn +++ b/content.mdwn @@ -21,15 +21,15 @@ 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 - * Lambda evaluator - * [[Introducing Monads|topics/week7_introducing_monads]] + * Untyped lambda evaluator ([[in browser|code/lambda_evaluator]]) ([[for home|topics/week7_untyped_evaluator]]) + * Order, "static versus dynamic" * [[Order in programming languages and natural language|topics/week1 order]] * [[Reduction Strategies and Normal Forms in the Lambda Calculus|topics/week3_evaluation_order]] * [[Unit and its usefulness|topics/week3 unit]] - * [[Combinatory evaluator|topics/week7_combinatory_evaluator]] + * Combinatory evaluator ([[for home|topics/week7_combinatory_evaluator]]) * The Untyped Lambda Calculus @@ -46,19 +46,26 @@ 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]] - * Interpreter for Lambda terms + * Untyped lambda evaluator ([[in browser|code/lambda_evaluator]]) ([[for home|topics/week7_untyped_evaluator]]) + * [[Environments and Closures|topics/week7_environments_and_closures]] + * Combinatory logic * [[Introduction|topics/week3 combinatory logic]] - * [[Combinatory evaluator|topics/week7_combinatory_evaluator]] + * Combinatory evaluator ([[for home|topics/week7_combinatory_evaluator]]) * Typed Lambda Calculi * [[Simply-typed lambda calculus|topics/week5 simply typed]] (will be updated) * [[System F|topics/week5 system F]] (will be updated) * Types in OCaml and Haskell (will be posted someday) + * see also Monads links, below + +* Monads * [[Introducing Monads|topics/week7_introducing_monads]] + * [[Safe division with monads|topics/week8_safe_division_with_monads]] + ## Topics by week ## @@ -117,6 +124,13 @@ Week 6: Week 7: * [[Combinatory evaluator|topics/week7_combinatory_evaluator]] -* Lambda evaluator (will be posted soon) -* [[Introducing Monads|topics/week7_introducing_monads]] (updated Fri 20 Mar) -* [[Homework for week 7|exercises/assignment7]] +* [[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: + +* [[Safe division with monads|topics/week8_safe_division_with_monads]] +