X-Git-Url: http://lambda.jimpryor.net/git/gitweb.cgi?p=lambda.git;a=blobdiff_plain;f=content.mdwn;h=cd409666e7f34d47fc5584864bf86d55559245cd;hp=d6d4612f329554996428983a7bb395b617f41cd9;hb=291555207a30b07dd33b3d493ca863bc64ea9edb;hpb=8c45cd90af53d6e453d9890b62f376892a30c3db diff --git a/content.mdwn b/content.mdwn index d6d4612f..cd409666 100644 --- a/content.mdwn +++ b/content.mdwn @@ -22,6 +22,9 @@ week in which they were introduced. * 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|topics/week7_untyped_evaluator]]) + * [[Ramble on Monads and Modules|topics/week8_monads_and_modules]] + * [[Installing and Using the Juli8 Libraries|/juli8]] + * [[Programming with mutable state|/topics/week9_mutable_state]] * Order, "static versus dynamic" @@ -30,6 +33,7 @@ week in which they were introduced. * [[Reduction Strategies and Normal Forms in the Lambda Calculus|topics/week3_evaluation_order]] * [[Unit and its usefulness|topics/week3 unit]] * Combinatory evaluator ([[for home|topics/week7_combinatory_evaluator]]) + * [[Programming with mutable state|/topics/week9_mutable_state]] * The Untyped Lambda Calculus @@ -65,7 +69,12 @@ week in which they were introduced. * Monads * [[Introducing Monads|topics/week7_introducing_monads]] * [[Safe division with monads|topics/week8_safe_division_with_monads]] - + * [[Reader Monad|/topics/week8_reader_monad]] + * [[Ramble on Monads and Modules|topics/week8_monads_and_modules]] + * [[Using the OCaml Monad library|/topics/week9_using_the_monad_library]] + * [[Programming with mutable state|/topics/week9_mutable_state]] + * [[A State Monad Tutorial|/topics/week9_state_monad_tutorial]] + * [[Using multiple monads together|/topics/week9_monad_transformers]] ## Topics by week ## @@ -111,7 +120,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-6]] ([[Answers|exercises/assignment5_answers]]) +* [[Homework for weeks 5 and 6|exercises/assignment5-6]] ([[Answers|exercises/assignment5-6_answers]]) Week 6: @@ -133,4 +142,18 @@ Week 7: Week 8: * [[Safe division with monads|topics/week8_safe_division_with_monads]] +* [[Reader Monad|/topics/week8_reader_monad]] +* [[Ramble on Monads and Modules|topics/week8_monads_and_modules]] + +Week 9: + +* [[Installing and Using the Juli8 Libraries|/juli8]] +* [[Using the OCaml Monad library|/topics/week9_using_the_monad_library]] +* [[Programming with mutable state|/topics/week9_mutable_state]] +* [[A State Monad Tutorial|/topics/week9_state_monad_tutorial]] +* [[Using multiple monads together|/topics/week9_monad_transformers]] +* [[Homework for weeks 8-9|/exercises/assignment8-9]] + +Week 10: +* Groenendijk, Stokhof, and Veltman, "[[Coreference and Modality|/readings/coreference-and-modality.pdf]]" (1996)