On Fri, Apr 4, 2008 at 6:20 PM, Ken Tilton kennytilton@optonline.net wrote:
Here's the latest source. I went back to making it work with hunchentoot becuase of the sessions thing. Is there a nice way to optionally depend on some library. The best I came up with was to put :use-hunch, or :use-aserve in *features* before loading and then have different defsystem forms for each case (like Edi does with cl-ppcre sort of). I suppose allegro users would probably always want to use aserve so maybe we'd just use #+allegro.
So what's up with that loop gotcha. Is that because of we're collecting a macro form?
I'll see if that's the problem.
-- Andy