April 2012
1 post
Printing package-qualified symbols
When *print-escape* is true, symbols are normally printed with package prefixes only if the current package *package* is not the symbol’s home package. It’s easy to make sure that a symbol is always printed with a package prefix, e.g. for debugging. When the current package is the keyword package, non-keyword symbols are printed with package prefixes, and keywords are printed with...
Apr 11th