CS441 Assignments and Solutions

Assignment solutions are to be submitted electronically. Instructions.

Reusable Things

You can reuse pieces of model solutions from earlier assignments if you choose. Here are some:
    (cs441-load "sets.scm")
    (cs441-load "parser.scm")  ; and abstract syntax definitions
    (cs441-load "unparser.scm")
    (cs441-load "freeNbound.scm")
    (cs441-load "heap-record.scm")
(Note: cs441-load is defined in /u/cs441/.scheme.init (/u/wright/.scheme.init on the department machines).