[admin] project request for defclass-star

Attila Lendvai attila.lendvai at gmail.com
Fri Oct 13 23:36:47 UTC 2006


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)
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://mailman.common-lisp.net/pipermail/admin/attachments/20061014/f79bae0d/attachment.html>


More information about the Admin mailing list