Assignments for cs326

Turning in Assignments
  1. Hand in hardcopy of a transcript of your scheme session showing the running of each of the functions on test data. Our test data and data that you generate. Use the (transcript-on) and (transcript-off) functions in scheme or cut and paste.

Here is an example electronic submission session:

spider:413 tmp> ~cs326/bin/sub0 as0.ss
I am sushil
Done Copying...bye
spider:414 tmp> 
    
You should not have to change permissions on as0.ss or on your directory. For example, here's the result of typeing ls -al in the direcory containing as0.ss.
spider:414 tmp> ls -la
total 6
drwx------   2 sushil   staff        512 Aug 30 12:05 ./
drwxr-xr-x  16 sushil   staff        512 Aug 25 15:34 ../
-rw-------   1 sushil   staff        445 Aug 22 14:03 as0.ss
spider:415 tmp> 
    

Sushil Louis
Last modified: Thu Oct 14 21:05:37 PDT 1999