archimag / mongo-cl-driver

Common Lisp driver for MongoDB
Other
35 stars 8 forks source link

Add support for LispWorks 6. #2

Closed ska80 closed 11 years ago

ska80 commented 11 years ago

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.