Re: Dynamic Perl, Part 1 [IMCC]

2005-04-09 Thread Leopold Toetsch
William Coleda <[EMAIL PROTECTED]> wrote: > Attached, find the first trivial chunk, which removes as much Perl* > from IMCC internals and tests as possible without writing actually > writing any new PMC code. Applied the trivial part, i.e. all but the change to PMCArray. > PerlArray is going to

Re: Dynamic Perl, Part 1 [IMCC]

2005-04-08 Thread Leopold Toetsch
William Coleda <[EMAIL PROTECTED]> wrote: > PerlArray is going to be the hardest to pull out, as there is no other > Array-style pmc that does everything it does. (or, at least, I can't > find one. =-) The replacement ought to be ResizablePMCArray. Missing methods like C need implementators. The

Re: Dynamic Perl, Part 1 [IMCC]

2005-04-08 Thread Tim Bunce
On Thu, Apr 07, 2005 at 11:35:46PM -0400, William Coleda wrote: > There are two open tickets about removing the core's dependance on Perl* > PMCs, and instead, making them dynamically loadable and using the language > agnostic PMCs for internal use. > > Talking about this with Leo on IRC, he exp

Dynamic Perl, Part 1 [IMCC]

2005-04-07 Thread William Coleda
There are two open tickets about removing the core's dependance on Perl* PMCs, and instead, making them dynamically loadable and using the language agnostic PMCs for internal use. Talking about this with Leo on IRC, he expressed an interest in getting these changes in chunks to make them a littl