[Openmcl-devel] SETQ

David Brown lisp at davidb.org
Tue Dec 16 12:26:42 PST 2008


On Tue, Dec 16, 2008 at 01:47:52PM -0600, Robert Boyer wrote:

>What's so bad about:
>
>  (defmacro new-setq (x y) `(set ',x ,y))

X can be defined with symbol-macrolet, and setq will treat is as setf
would.

David



More information about the Openmcl-devel mailing list