From mboxrd@z Thu Jan 1 00:00:00 1970 Message-Id: <200207161847.OAA07072@math.psu.edu> To: 9fans@cse.psu.edu Subject: Re: [9fans] more extensions In-Reply-To: Your message of "Tue, 16 Jul 2002 14:23:25 EDT." <20020716182325.874.qmail@f.bio.cse.psu.edu> From: Dan Cross Date: Tue, 16 Jul 2002 14:47:27 -0400 Topicbox-Message-UUID: ce24a120-eaca-11e9-9e20-41e7f4b1d025 > | Including tuples (perhaps as an instance of nameless structs) would > | simplify many interfaces, right? that's one thing I learned using > | Limbo. > > Yeah, but limbo has bounds checked arrays, which are even more useful. Has anyone ever wondered, ``why not just port limbo?'' Surely the runtime environment provided by Dis can be emulated using a library. Not in response to Scott's comment, but in general, I'm not a big fan of changing C; C is what C is. If you want something else, use something else, but don't try to morph C into another language. - Dan C.