I had to move all meta class definitions to new meta-protocol.lisp file as it must be loaded first (otherwise LispWorks signals a lot of class definition errors) before defining any other classes based on them. Or those meta definitions could be wrapped in EVAL-WHEN form in protocol.lisp if you don't like the separation.
MONGO-CL-DRIVER was successfully tested with ARBLOG.
I had to move all meta class definitions to new meta-protocol.lisp file as it must be loaded first (otherwise LispWorks signals a lot of class definition errors) before defining any other classes based on them. Or those meta definitions could be wrapped in EVAL-WHEN form in protocol.lisp if you don't like the separation.
MONGO-CL-DRIVER was successfully tested with ARBLOG.