Clozure / ccl

Clozure Common Lisp
http://ccl.clozure.com
Apache License 2.0
840 stars 105 forks source link

defstruct slot initforms don't capture lexical environment #498

Open xrme opened 1 week ago

xrme commented 1 week ago

(Copied from https://trac.clozure.com/ccl/ticket/609 with updated link)

See the thread starting with https://lists.clozure.com/pipermail/openmcl-devel/2009-October/006146.html

The spec's actually fairly clear on this; even if it wasn't, ignoring the environment of definition (as CCL's DEFSTRUCT has traditionally done) is hard to justify.

xrme commented 1 week ago

Maybe see also #81