Re: Takers wanted: new_extended

2004-09-06 Thread Leopold Toetsch
Jens Rieks <[EMAIL PROTECTED]> wrote: > Leopold Toetsch wrote: >> I think, we could use that as well generically. classes/fixedpmcarray >> and some others have it implemented in invoke() > Why not generally use the class'es invoke method to create new PMCs/objects? > $P0 = getclass 'Foo' >

Re: Takers wanted: new_extended

2004-09-06 Thread Jens Rieks
Leopold Toetsch wrote: > I think, we could use that as well generically. classes/fixedpmcarray > and some others have it implemented in invoke() Why not generally use the class'es invoke method to create new PMCs/objects? $P0 = getclass 'Foo' obj = $P0( arg1, arg2, arg3... ) .name