[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Issue DEFSTRUCT-CONSTRUCTOR-KEY-MIXTURE, v3
- To: cl-cleanup@SAIL.STANFORD.EDU
- Subject: Issue DEFSTRUCT-CONSTRUCTOR-KEY-MIXTURE, v3
- From: Kim A. Barrett <IIM@ECLA.USC.EDU>
- Date: Mon 9 Jan 89 18:54:32-PST
- Cc: iim@ECLA.USC.EDU
> Additional arguments that do not correspond to slot names but are merely
> present to supply values used in subsequent initialization computations are
> allowed.
Actually, this wasn't what I had intended when I included [svar]. I was
assuming that svar would also have to match a slot name (and that's how I
implemented it). CLtL doesn't say anything about svars at all in DEFSTRUCT
constructors. I think your proposal is probably more generally useful.
kab
-------