[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: report from Kauai meeting



>   DEFCONSTANT-NOT-WIRED (v5)
>     I think this issue is now dead, since you can get the required effect
>     by saying (defconstant foo (load-time-value ...)).

It's not obvious that DEFCONSTANT should have special handling for this
idiom, and even so, that still doesn't prevent the value from being wired
in when compiling other files after the file containing the DEFCONSTANT is
loaded.