These guidelines describe the format specifications for 6.188 assignments, specifically for Scheme project code. Submissions which do not adhere to these guidelines will not be accepted. This may seem like a lot of guidelines, but you will find that most of them are common sense.
;;;;;;;;;;;;;;; ;; Problem 1 ;; ;;;;;;;;;;;;;;;
> (load "/path/to/filename.scm")where "/path/to/filename.scm" is the full path to the file you are trying to load (e.g. "c:/6.188/dohzen_project1.scm") If you get an error, then you have a syntax error in your definitions and/or you did not correctly save your interactions.