Com S 342 meeting -*- Outline -*- * abstraction ** naming data ways of naming expressions and procedures do we want to have local declarations? ** parameterization and function declarations work by analogy to Java can we unify the two kinds of declarations? ** results from our discussion main differences from Scheme are the following: do instead of begin (define x) instead of (define x e) fun instead of lambda