Hi!
I haven't run cl-serializer yet, but to get it working on Lispworks 5.0, I had to:
* Add :closer-mop to the cl-serializer.asd :depends-on list.
* EVAL-WHEN all the constants defined in serializer.lisp, so the reader can find them. A less hackish solution may be to split the constants into their own files.
Now, since I'm a bit ignorant of compilation semantics, I'm not sure whether Lispworks is exhibiting non-conforming behavior.
(I have not yet tested on SBCL, which I intend next...)
Tayssir
cl-serializer-devel@common-lisp.net