To what extent is this the case, that the compiler should avoid
side-effecting the run-time?
--
"We know for certain only when we know little. With knowlege, doubt
increases." - Goethe
DEFPACKAGE certainly creates packages at compile time, and is defined
so to do. Whether an implementation is allowed to keep such packages
and symbols &c in a secret place that only the compiler knows about
I'm not sure. I doubt any do.
--tim