Dan Sugalski <[EMAIL PROTECTED]> wrote:
> On Tue, 22 Jun 2004, Leopold Toetsch wrote:
>> I think both should use just interpreter->class_hash. OTOH putting PMC
>> names into this one hash makes it more likely that we get name
>> collisions for user class names.

> Yeah. We probably ought to go rename the PMC classes to have Parrot
> prefixes.

Ack. But ParrotResizableIntegerArray :(

> We don't need a __repr__ method. That's just an alternate freeze format.
> (Arguably we need a parameter to freeze to note which format to use)

I beg to differ. __repr__ is too universally used in Python. It's a
distinct method. A different freeze format is of course doable, but
overriding the C<repr> vtable method make this implementation a PITA.

>                                       Dan

leo

Reply via email to