Am Dienstag, 10. Oktober 2006 21:32 schrieb chromatic: > > new P0, [class], <args> > > Is <args> a PMC (Hash) or a list of named arguments? Creating a Hash for > every initializer is a real bummer in PIR.
As said, <args> ought to be everything conforming to current calling conventions. o = new .TypeId, 1, 'baz', 'x' => 'foo', 'y' => 42 or whatever - that's the plan(tm). leo