Dan Sugalski <[EMAIL PROTECTED]> wrote:

> The code definitely needs some looking at and cleanup. It's not
> perfect and I expect it's flawed in a number of places. I'm just
> happy to get the damn stuff into the repository so the bytecode tests
> can start.

I've put in a first test. Needed some changes to get it running and I'm
not outerly sure if its overall correct. Anyway:
- ParrotObject inherits from ParrotClass now
- move isa to ParrotClass and get it running
- move find_method there too
- IMHO the new class could have a copy of ParrotObjects vtable and not
  that of ParrotClass

> *) Objects

Do you have something WRT setting/getting attributes?

> *) Objects with multiple inheritance

Or for 0.2?

> *) Exceptions we're happy with

Create an Exception class hierarchy?

> *) Events

Need an event-handler thread AFAIK.

leo

Reply via email to