hi Erik!

at last i've created a standalone defclass-star project.

(defclass* some-class (some super classes)
  ((slot1 :unbound :documentation "zork")))

by default expands to:

(defclass some-class (some super classes)
  ((slot1 :accessor slot1-of :initarg :slot1 :documentation "zork")))

could you please create a new project called "defclass-star" and add me (alendvai), lmeszaros and mbaringer to the project?

hoping that you like the idea,

--
- attila

"- The truth is that I've been too considerate, and so became unintentionally cruel...
- I understand.
- No, you don't understand! We don't speak the same language!"
(Ingmar Bergman - Smultronstället)