Re: followup on struct inheritance

2008-10-09 Thread Brian Doyle
On Tue, Oct 7, 2008 at 2:57 PM, Stuart Halloway <[EMAIL PROTECTED]>wrote: > > This is a tangent from Brian's question about struct inheritance: > While I am not sure that I want struct inheritance, it seems > unnecessarily hard to write the macro for it. Structs are not first > class citizens, in

followup on struct inheritance

2008-10-07 Thread Stuart Halloway
This is a tangent from Brian's question about struct inheritance: While I am not sure that I want struct inheritance, it seems unnecessarily hard to write the macro for it. Structs are not first class citizens, in that you cannot reflect against them. I want to ask: (defstruct person :fname