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

Issue DEFVAR-INIT-TIME (Version 1)



This looks OK to me.

I believe that the cause of the confusion is really the statement that
the initial value form is not evaluated unless "it is used".  Better to
say that INITIAL-VALUE is evaluated if and only if the variable does not
already have a value.  Then I think that there would be no confusion
about the time of evaluation, though it can't hurt to spell this out
explicitly.

-- Scott