Andrew J. Berkley
Andrew J. Berkley
Doing it as suggested by LispCookbook interns loads of keyword symbols. Not the end of the world, but not standard practice as far as I know. ``(:use #:cl) (:export #:function1...
I'm assuming this is what the code was supposed to do, but completely untested. Fixes https://github.com/skypher/weblocks/issues/59
The fastest way to get the right answer on the internet is to post a less than perfect answer.
In code/sbcl.lisp, you need &rest t in the deftransform, not &rest * or you get a WARNING at compile time for sbcl 2.3.3 (I'm not sure when the change occurred)....