Re: Class creation in bytecode

2003-10-22 Thread Dan Sugalski
On Tue, 21 Oct 2003, Matt Fowles wrote: > All~ > > Dan Sugalski wrote: > > To add or remove an implemented interface: > > > > adddoes Px, Sy > > removedoes Px, Sy > > > > Instantiate, as implemented, is dead. I'm going to nuke it, then use it > > for instantiating classes via metadata chunks.

Re: Class creation in bytecode

2003-10-21 Thread Matt Fowles
All~ Dan Sugalski wrote: To add or remove an implemented interface: adddoes Px, Sy removedoes Px, Sy Instantiate, as implemented, is dead. I'm going to nuke it, then use it for instantiating classes via metadata chunks. That's next message. Just a thought, but (add/remove)interface seems a li

Class creation in bytecode

2003-10-21 Thread Dan Sugalski
Okay, since nobody took advantage of the, oh, at lesat 2 or 3 minutes since the metadata spec post, here's the equivalent for assembly. I'll stub in and commit the stubbed object.ops ops in a bit. We've already got ops to create a class standalone, and to subclass an existing class. We're also goi