I've finished adding support for SBCL to UFFI and CLSQL. UFFI and CLSQL now support SBCL, CMUCL, OpenMCL, AllegroCL, and Lispworks.
I've found that SBCL's compiler is very good at finding certain errors in Lisp code that other CL implementations do not warn about. As usual, when I compiled my medical informatics Lisp packages that depend on CLSQL, SBCL found a few obscure bugs.
