Filesystem
1 Core Assignment
2 Clarifications
3 Language
4 Handing In

Filesystem

1 Core Assignment

Please read Chapter 16 of How to Design Programs (HtDP). Complete exercises 16.3.2-16.3.4 and the Challenge question.

2 Clarifications

3 Language

Make sure you’re in the Intermediate Student language. To change it, go to the Language menu and select Choose Language... .

4 Handing In

Using the file navigator, go to your cs019 directory within your home directory. Make a new directory called filesystem. Put your solution, which should be named filesystem.rkt, inside that directory. Open the terminal and paste the following two commands (on separate lines, press enter after each):

cd ~/course/cs019/filesystem

cs019_supp_handin filesystem