Subject: Re: lambda-returning defmacro, capture
From: rpw3@rpw3.org (Rob Warnock)
Date: Thu, 14 Dec 2006 22:58:39 -0600
Newsgroups: comp.lang.lisp
Message-ID: <WpKdnUur3ubith_YnZ2dnUVZ_o3inZ2d@speakeasy.net>
<to9sn2r02@sneakemail.com> wrote: +--------------- | It seems setq-created globals are less special than | defparameter-created ones. But, again, the SBCL warning seems to | indicate there's something wrong with doing this. +--------------- Indeed. It may work in SBCL today, but since it's undefined behavior in the standard it's not guaranteed to work in a future version of SBCL. -Rob ----- Rob Warnock <rpw3@rpw3.org> 627 26th Avenue <URL:http://rpw3.org/> San Mateo, CA 94403 (650)572-2607