On 6/21/05, Stefan Urbanek <[EMAIL PROTECTED]> wrote: > Why do you want something like smalltalk/objc? You already have > smalltalk/objc...
Well, yes and no.. > Classless objects can be stacked too in hierarchies/networks, you can have > objects serving as classes as well as classes that can be considered as > abstract classes... > > Or I am missing something? Not particularly. A prototype-based system could work too (and well actually, as I didn't implement instances at the moment, you can say it's already done). It's just that I was used to the class/instance mechanism, but why not using prototypes instead after all. -- Nicolas Roard "Any sufficiently advanced technology is indistinguishable from magic." -Arthur C. Clarke
