[admin] project request for defclass-star
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)
I'll take this one. On 10/13/06, Attila Lendvai <attila.lendvai@gmail.com> wrote:
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) _______________________________________________ admin mailing list admin@common-lisp.net http://common-lisp.net/cgi-bin/mailman/listinfo/admin
participants (2)
-
Attila Lendvai
-
Erik Enge