Nicolas Martyanoff on Nostr: npub1fzx00…wt6h3 CLHS DEFSTRUCT: "The consequences of redefining a defstruct ...
npub1fzx00c36ny4whyuhg4ykx6987wxp885fmwmc784n27qcu6pavwzs3wt6h3 (npub1fzx…t6h3)
CLHS DEFSTRUCT:
"The consequences of redefining a defstruct structure are undefined."
http://www.lispworks.com/documentation/HyperSpec/Body/m_defstr.htm
This was probably defined this way to allow the compiler to perform various optimizations without having to expect the possibility of a redefinition later.
CLHS DEFSTRUCT:
"The consequences of redefining a defstruct structure are undefined."
http://www.lispworks.com/documentation/HyperSpec/Body/m_defstr.htm
This was probably defined this way to allow the compiler to perform various optimizations without having to expect the possibility of a redefinition later.