Class 13: Names, scopes, lifetimes

Slides

Display version (pdf).

Downloads

Homework

Reading (for next class): PLP, Sec. 3.3.1, 3.3.3, and 3.3.6

Exercises

  1. Look at the code on Slide 13, and answer the question there. In particular, I want to know what gets printed if this language is dynamically scoped, and what gets printed if this language is lexically scoped.
  2. Get your Project Phase 2 done!