Common Lisp Stuff

Lately (mid-2008) I've started using Common Lisp for a couple of
projects. I'd been using Scheme for a while before that, but seeing
the difference between the SQL libraries available for my Scheme and
CLSQL kind of put me off it. I still
like Scheme better as a language (I don't like Lisp-2 languages at
all), but not enough to forgo the vast library code advantage
CL has.

So here's some bits about CL, just sort of writing them down as I
encounter them in case they're helpful to others, or to me in the
future.