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

default values of flavor instance vars



Given this form:

(defflavor foo
	((a 1)
	 (b 2)
	 (c 3))
	()
  :initable-instance-variables
  :writable-instance-variables
  :abstract-flavor)

Is there a way to programmatically determine
the default values for the instance variables of foo?

Thanks in advance,

Gaius