From 193823d816ee0b6ed88532df8ab2d9f43f66daca Mon Sep 17 00:00:00 2001 From: Jim Pryor Date: Fri, 26 Nov 2010 13:12:08 -0500 Subject: [PATCH] prepare calc improvements to be week10 notes Signed-off-by: Jim Pryor --- advanced_topics/calculator_improvements.mdwn | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/advanced_topics/calculator_improvements.mdwn b/advanced_topics/calculator_improvements.mdwn index d3beef12..79831cb5 100644 --- a/advanced_topics/calculator_improvements.mdwn +++ b/advanced_topics/calculator_improvements.mdwn @@ -1,6 +1,7 @@ [[!toc]] -We're going to make gradual improvements to the calculator we developed in [week7](/reader_monad_for_variable_binding). +In class on November 22, we just reviewed mutation and aliasing, especially in relation to the Groenendijk, Stockhof and Veltman paper. Below, we bring in more material. This takes the form of making gradual improvements to the calculator we developed in [week7](/reader_monad_for_variable_binding). Part of what we do below is a review of the mutation techniques developed in [[Week9]]; but we also do other things we haven't discussed in class, like defining new complex functions in our calculator. + ##Original Calculator## -- 2.11.0