Bind package to cl user
Bind the value of *package*
to common-lisp-user
package when compiling or loading lisp code. This binding can be overridden, but avoids anomalies that happen when ASDF is executed in an odd *package*
context. See #124
Edited by Robert Goldman