All,
- swank.lisp: (*canonical-package-nicknames*) use lowercase
- symbols to name the packages. This supports CL implementations
- with lowercase default symbol names, such as Scieneer Common Lisp,
- while still being compatible with ANSI-CL.
Is there a way that Scieneer Common Lisp can be supported without forcing lowercase package names on the other implementations?
It just doesn't feel right to see
:cl-user>
instead of
CL-USER>
Glenn Ehrlich