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

Re: Blown Away Slot Initform



>(progn
>  (defclass person () ((x :initform '(1 2 3))))
The quote means that '(1 2 3) is a constant.

You are not allowed to modify this, the bug is in youre code

Karsten