[rucksack-devel] defclass
Dr. Helmut G. Enders
helmut at cybernetic-systems.de
Tue Aug 26 13:19:48 UTC 2008
I need a defclass definition *before* I can open a rucksack.
What is the right way to do this.
Now I do the defclass twice, at toplevel
(defclass ... (metaclass persistant-class))
and at runtime in a function
(defun repeat-defclass-for-rucksack ()
(with-transaction
(defclass ..)
which is not very nice, because I have the defclass code two times.
Helmut
More information about the rucksack-devel
mailing list