From mboxrd@z Thu Jan 1 00:00:00 1970 From: Sam To: <9fans@cse.psu.edu> Subject: Re: [9fans] useful language extension, or no? In-Reply-To: <5ff07d2088162d2d72ccf9afc2a4d708@plan9.bell-labs.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Date: Tue, 16 Jul 2002 11:05:58 -0400 Topicbox-Message-UUID: cd956168-eaca-11e9-9e20-41e7f4b1d025 You're right, and the capability to do: struct type { int a; int b; }; struct type2 { type; int c; int d; }; saves so many more strokes in itself *and must* be more efficient. Suppose I'm not saying "why," but "why not." IMO it's cleaner and quite possibly more efficient (without getting into a usec argument, please). Do you disagree? Sam On Tue, 16 Jul 2002, rob pike, esq. wrote: > Saves you, what, 5 keystrokes? Not too convincing. > > -rob >