Merge branch 'pryor'
authorJim Pryor <profjim@jimpryor.net>
Tue, 23 Nov 2010 01:35:35 +0000 (20:35 -0500)
committerJim Pryor <profjim@jimpryor.net>
Tue, 23 Nov 2010 01:35:35 +0000 (20:35 -0500)
week9.mdwn

index cf59820..b58a87f 100644 (file)
@@ -734,7 +734,7 @@ Programming languages tend to provide a bunch of mutation-related capabilities a
 
 *      Now would be a good time to go back and review some material from [[week1]], and seeing how much we've learned. There's discussion back then of declarative or functional languages versus languages using imperatival features, like mutation. Mutation is distinguished from shadowing. There's discussion of sequencing, and of what we mean by saying "order matters."
 
-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.
+       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.