Re: Deploying a web server
"Matthew Weber (as webermatthewr at gmail dot com)" <[email protected]>
| Newsgroups | gmane.lisp.lispworks.general |
|---|---|
| Message-ID | <CA+=WdPPj2BVztRRBVR5E_MHanNmWc7yQLoESJrvdbqSw0rydjQ@mail.gmail.com> |
I have only noticed it with windows unfortunately. Not a deal breaker if it turns out that's the limitation I suppose. On Sun, Nov 16, 2025, 4:55 AM Jens <[email protected]> wrote: > > ..I'm trying to deploy a web server, and the caveman2 framework seems > like the most straightforward batteries-included one I could find. It works > fine in sbcl, but trying to load it in lispworks on windows seems to fail > due to the arnesi package dependency---I'm seeing the following: > > > > ++++ Error between functions: > > Reader cannot find package LEXICAL. > > > > Has anyone encountered this and found a way to make use of caveman2, or > do I need to pretty much build off hunchentoot directly? > > I‘ve just tried to load caveman2 and it works without any problem using > quicklisp on MacOS. > > ~Jens >