From: Aredridel Date: 2003-07-22T13:26:22+09:00 Subject: Re: matz thoughts on Rite ? On Mon, 2003-07-21 at 12:51, Yukihiro Matsumoto wrote: > Hi, > > In message "Re: matz thoughts on Rite ?" > on 03/07/22, Daniel Berger writes: > > |Just curious - is using C++ for the source instead of C an option? > > No. Two object systems are source of confusion. I will not use > object-oriented language to implement my object-oriented language. That's wise, I think. I think, often, in my spare time about interfacing C++ with Objective-C with Ruby with Java, and every time, I find differences in object model make me want to make an ugly hack that won't work. However, when I see projects written in C, I see them used with all object models, because the idea of a magic bridge is given up: instead, one wraps the C functions and all is well. Ari