CS441 Scheme Extensions

To install the extensions we need for building interpreters, place the line:
    (load "/u/cs441/.scheme.init")
in a file called ".scheme.init" in your home directory ("/u/wright/.scheme.init" on the CS Department machines). MIT Scheme executes this file every time it starts. You can also add your own favorite Scheme functions to this file to have them always available.