|
Re: confirmation on :default-initargs not working?: msg#00096lisp.corman
At 10:40 AM 3/18/03 -0500, Kenny Tilton wrote: (defclass aaa () I can confirm the behavior. (defclass aaa () ((xxx :initform 'x :initarg :xxx :accessor xxx) (yyy :initform 'y :initarg :yy :accessor yyy)) (:default-initargs :xxx 'xx #<Standard-Class AAA #x11E4EA0> (describe (make-instance 'aaa)) printed representation: #<Aaa #x14AE2F0> class: #<Standard-Class AAA #x14AE558> heap address: #x14AE2F0 xxx: X yyy: Y (defclass bbb () ((xxx :initarg :xxx :accessor xxx) (yyy :initarg :yy :accessor yyy)) (:default-initargs :xxx 'xx #<Standard-Class BBB #x14C4540> (describe (make-instance 'bbb)) CLOS OBJECT: printed representation: #<Bbb #x11B8E00> class: #<Standard-Class BBB #x14C4540> heap address: #x11B8E00 xxx: not bound yyy: not bound To unsubscribe from this group, send an email to: cormanlisp-unsubscribe@xxxxxxxxxxxxxxx Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service. |
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| Previous by Date: | Re: Re: confirmation on :default-initargs not working?: 00096, Marco Antoniotti |
|---|---|
| Next by Date: | Re: ct:defctype within (LET: 00096, lcluke |
| Previous by Thread: | Re: Re: confirmation on :default-initargs not working?i: 00096, Kenny Tilton |
| Next by Thread: | '(1 2 3) => ;;; An error occurred...: 00096, Alexandru Ceausu |
| Indexes: | [Date] [Thread] [Top] [All Lists] |
| News | FAQ | advertise |