X-Git-Url: http://lambda.jimpryor.net/git/gitweb.cgi?p=lambda.git;a=blobdiff_plain;f=week9.mdwn;h=7ffe03e63d31a3db996c8d8a21e801f78924a4b2;hp=d1f80612e333fba672cf0e1c75e14312d9cc2e59;hb=79ba921bc184bed9458fa9aaea1662fcb64b498f;hpb=b75eed2c89c6b2b0fcf592a10439d91413daee3b diff --git a/week9.mdwn b/week9.mdwn index d1f80612..7ffe03e6 100644 --- a/week9.mdwn +++ b/week9.mdwn @@ -753,7 +753,7 @@ Programming languages tend to provide a bunch of mutation-related capabilities a In point 7 of the Rosetta Stone discussion, the contrast between call-by-name and call-by-value evaluation order appears (though we don't yet call it that). We'll be discussing that more in coming weeks. In the [[damn]] example, continuations and other kinds of side-effects (namely, printing) make an appearance. These too will be center-stage in coming weeks. -* Now would also be a good time to read [[Advanced Topics/Calculator Improvements]]. This reviews the different systems discussed above, as well as other capabilities we can add to the calculators introduced in [week7](/reader_monad_for_variable_binding). We will be building off of that in coming weeks. +* Now would also be a good time to read [Calculator Improvements](/week10). This reviews the different systems discussed above, as well as other capabilities we can add to the calculators introduced in [week7](/reader_monad_for_variable_binding). We will be building off of that in coming weeks. ##Offsite Reading##