![]() |
CS 341 - Survey of Programming Languages
Homework #6 |
Due: Tuesday 10/18 at the beginning of class
Note: This work is to be done in pairs. Each pair will submit one assignment. Although you may divide the work, both team members should be able to present/describe their partner's work upon request. All written exercises are to be done in a README file. All Scheme code is to be done in a file hw6.scm. All exercises should be clearly labeled or commented.
1. EOPL Ex. 3.5
2. EOPL Ex. 3.7
3. EOPL Ex. 3.10. In this and future "test" exercises, provide adequate test cases and, in your README file, argue why they are adequate.
4. EOPL Ex. 3.11
5. EOPL Ex. 3.12
For each programming exercise, you're required to include in your file the test examples given in the text. In addition, you're encouraged to develop a good test suite beyond the limited text examples.