Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migrated to Confluence 4.0

...

  • Make sure that you have followed the homework submission guidelines Scheme Homework Guide in writing your problem solutions.
  • Check the Include header comments in at the beginning your Scheme (.ss) file. Recall that you should only submit one file that is a legal Scheme program. The header and answers to free response expository questions should be formatted as comments (either as Scheme comment boxes or semi-colon tagged comments).
    The header should contain:
    • the assignment number,
    • your name and email address, and
    • your partner's name and email address.
  • Check that your submitted programs run correctly in DrScheme. By using check-expect for testing, you can simply run your entire homework file. If you have constructed thorough test suites, DrScheme will report any errors as failed tests.
  • You can refer to data and function definitions from previous problems without redefining them.
  • Any non-primitive data type that you use in your function contracts must be documented (at least once) by a definition written as a comment in your file. The definition must occur before that form of data is used in program code.
  • Make sure that your submit one, text-formatted (.ss) file for all the required problems. By text-formatted we mean a regular text file--not a DrScheme editor file. To create such a file, you can use the Save Definitions as Text command located in the submenu titled Save Other in the File menu.

Submitting your homework

To submit your homework, please see use OwlSpace. You can simply write "See attached" in the submission box, attach the .ss file described above, and hit the submit button.