CS 136 Tutorials - Spring 2007

Tutorials »

Tutorial 1: Review (May 4)

This tutorial covers the basic the three basic tools in Scheme that we will be using in this course: Functions as values, Local expressions, and Elementary mutation. These concepts were introduced in Lecture Module 1 (see Handouts).

  1. Local expressions
  2. Elementary mutation
  3. Functions as values
  4. Combining these ideas
  5. The following exercises will require you to combine the three tools described above to write some more complex functions.