Re: Prototype object model for Parrot

2007-02-06 Thread Allison Randal
Kevin Te wrote: I was just starting to port Class::MOP to C PMCs, I would be happy to help port smop to C PMCs. Great, let's meet on #parrot later this week. Allison

Re: Prototype object model for Parrot

2007-02-06 Thread Kevin Te
I was just starting to port Class::MOP to C PMCs, I would be happy to help port smop to C PMCs. Kevin Allison Randal wrote: I spent yesterday pair programming with Sam Vilain on a prototype object model written in PIR. We actually wrote two prototypes. The first one had 2 levels of meta ob

Prototype object model for Parrot

2007-02-05 Thread Allison Randal
I spent yesterday pair programming with Sam Vilain on a prototype object model written in PIR. We actually wrote two prototypes. The first one had 2 levels of meta objects and the system was getting pretty convoluted, so we scrapped it and started over. I just checked in the second prototype t