week1: tweaks
authorJim Pryor <profjim@jimpryor.net>
Thu, 16 Sep 2010 00:04:52 +0000 (20:04 -0400)
committerJim Pryor <profjim@jimpryor.net>
Thu, 16 Sep 2010 00:04:52 +0000 (20:04 -0400)
Signed-off-by: Jim Pryor <profjim@jimpryor.net>
index.mdwn
week1.mdwn

index 92a80ae..9fb78ff 100644 (file)
@@ -15,12 +15,13 @@ We've sent around an email to those who left their email addresses on the roster
 All students are invited to help us schedule, and then participate in, a regular student session in addition to the Monday seminar meetings. If you didn't receive our email about this, go to 
 <http://www.doodle.com/e8eci7cr9ib8t7t3> as soon as you can and please tell us when you're available.
 
 All students are invited to help us schedule, and then participate in, a regular student session in addition to the Monday seminar meetings. If you didn't receive our email about this, go to 
 <http://www.doodle.com/e8eci7cr9ib8t7t3> as soon as you can and please tell us when you're available.
 
+Lots of lecture notes summarizing and expanding on last Monday's seminar now posted. (Click "Notes and Schedule".)
+
 ## Assignments ##
 
 [[Assignment1]]
 
 
 ## Assignments ##
 
 [[Assignment1]]
 
 
-
 ##[[Notes and Schedule]]##
 
 [[Using the programming languages]]
 ##[[Notes and Schedule]]##
 
 [[Using the programming languages]]
index 5018c71..5c8656d 100644 (file)
@@ -1,4 +1,6 @@
-Here's what we did in seminar on Monday 9/13, (Sometimes these notes will expand on things mentioned only briefly in class, or discuss useful tangents that didn't even make it into class.)
+Here's what we did in seminar on Monday 9/13,
+
+Sometimes these notes will expand on things mentioned only briefly in class, or discuss useful tangents that didn't even make it into class. These notes expand on *a lot*, and some of this material will be reviewed next week.
 
 Applications
 ============
 
 Applications
 ============
@@ -12,7 +14,7 @@ From linguistics
 
 *      (Chris: fill in other applications...)
 
 
 *      (Chris: fill in other applications...)
 
-*      expressives -- at the end of the seminar we gave a demonstration of modeling [[damn]] using continuations...see the linked summary for more explanation and elaboration
+*      expressives -- at the end of the seminar we gave a demonstration of modeling [[damn]] using continuations...see the [summary](/damn) for more explanation and elaboration
 
 From philosophy
 ---------------
 
 From philosophy
 ---------------
@@ -47,7 +49,7 @@ For example, you'll encounter the claim that declarative languages are distingui
 
 The notion of **function** that we'll be working with will be one that, by default, sometimes counts as non-identical functions that map all their inputs to the very same outputs. For example, two functions from jumbled decks of cards to sorted decks of cards may use different algorithms and hence be different functions.
 
 
 The notion of **function** that we'll be working with will be one that, by default, sometimes counts as non-identical functions that map all their inputs to the very same outputs. For example, two functions from jumbled decks of cards to sorted decks of cards may use different algorithms and hence be different functions.
 
-It's possible to enhance the lambda calculus so that functions do get identified when they map all the same inputs to the same outputs. This is called making the calculus **extensional**. Church called languages which didn't do this "intensional." If you try to understand this in terms of functions from worlds to extensions (an idea also associated with Church), you will hurt yourself. So too if you try to understand it in terms of mental stereotypes, another notion sometimes designated by "intension."
+It's possible to enhance the lambda calculus so that functions do get identified when they map all the same inputs to the same outputs. This is called making the calculus **extensional**. Church called languages which didn't do this **intensional**. If you try to understand that kind of "intensionality" in terms of functions from worlds to extensions (an idea also associated with Church), you may hurt yourself. So too if you try to understand it in terms of mental stereotypes, another notion sometimes designated by "intension."
 
 It's often said that dynamic systems are distinguished because they are the ones in which **order matters**. However, there are many ways in which order can matter. If we have a trivalent boolean system, for example---easily had in a purely functional calculus---we might choose to give a truth-table like this for "and":
 
 
 It's often said that dynamic systems are distinguished because they are the ones in which **order matters**. However, there are many ways in which order can matter. If we have a trivalent boolean system, for example---easily had in a purely functional calculus---we might choose to give a truth-table like this for "and":