Changes by: Jason Hickey (jyh at cs.caltech.edu)
Date: 2005-06-01 18:02:11 -0700 (Wed, 01 Jun 2005)
Revision: 1077
Log message:
This changes the semantics of static definitions to be more like
regular definitions (except evaluate-once).
By accident, the old method was making them imperative.
This doesn't quite work yet, I have to get export to work
with protected variables.