Brian Alliet Programming Skills syntax.scm: A few syntax-rules that aid in writing other syntax-rules match.scm: A simple syntax-rules based pattern matching facility prelude.scm: A bunch of handy functions (many based on functions in the Haskell Prelude) hw3.scm: The lexical-address code All these files need to be loaded into your Scheme interpreter for hw3.scm to run. > ,load syntax.scm > ,load match.scm > ,load prelude.scm > ,load hw3.scm The lambda claculus stuff is in lambdacalculus.txt (I know some questions are missing. This HW will probably get dropped) -Brian