prepare calc improvements to be week10 notes
authorJim Pryor <profjim@jimpryor.net>
Fri, 26 Nov 2010 18:12:08 +0000 (13:12 -0500)
committerJim Pryor <profjim@jimpryor.net>
Fri, 26 Nov 2010 18:12:08 +0000 (13:12 -0500)
Signed-off-by: Jim Pryor <profjim@jimpryor.net>
advanced_topics/calculator_improvements.mdwn

index d3beef1..79831cb 100644 (file)
@@ -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##