On Mon, Aug 23, 2010 at 7:48 PM, Faré fahree@gmail.com wrote:
Is there a good reason to not use bordeaux-threads on lispworks?
Yes, the LispWorks version of Hunchentoot (which is the original Hunchentoot which only ran on LW) doesn't use any of the compatibility libs like BT, usocket, and cl+ssl. I want it to stay that way - the less dependencies, the better.
What is the right thing to do here?
Can't you just comment out all the new stuff with #-:lispworks? As I said, I'll take care of the LW version.
Cheers, Edi.