Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Submit this assignment via Owl-Space In contrast to the previous assignments, submit each problem in a separate .ss file: 1.ss, 2.ss, 3.ss, and 4.ss (if you do the extra credit problem). Unfortunately, none of the languages supported by DrScheme will allow these files to be combined. The Pretty Big Scheme language allows
top-level indentifiers (functions and variables) to be redefined, but it does not support check-expect. All of the student languages--the only ones that support check-expect--prohibit redefinition.

...