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

Re: Issue DEFCONSTANT-VALUE (V2)



(+ const 3) is not constantp.  I strongly favor compile-time evaluation of
the defconstant value form because it is easy to understand and explain.
If we always evaluate, then there is no need to define the concept of a
"compile time constant form".

I agree that the evaluation should always be done in the null environment
(or the environment should be determined by some implicit-eval-when model.)

  Rob