Start of topic | Skip to actions

Assignment 6 (Due Wednesday 10/17/2007 before class)

Weight: 150 points.

Submit via SVN.

Before submitting: Make sure you are keeping your homework page up to date as you submit assignments.

Required problems (Must be submitted for grading):

  • Book Problems:
    • 18.1.5, parts 1, 4, & 5
    • 18.1.15
    • 19.1.6
    • 20.1.1
    • 20.1.3
    • 21.1.2
  • Determine the general contract for the following function:
        ; compose : ?
        ; Returns the result of composing and applying the given two functions.
        (define (compose f g x)
           (f (g x)))

Access Permissions: (Please don't edit)


End of topic
Skip to actions | Back to top
Creative Commons LicenseThis work is licensed under a Creative Commons Attribution 2.5 License. Please follow our citation guidelines.