Will Somone Think of The Namespaces? #
hacking, June 14th 2011
There is a single namespace for packages in Common Lisp.
There is also a single ASDF system namespace.
Please, make sure you use the same prefixes in both!
To pick a random bad example: system name cl-unification, package name unify. Do not do this.
Just pick one, please. It's getting crowded.