> Dynamic Perl, Part 1
> William Coleda announced that he was starting work on removing the
> core's dependence on Perl* PMCs in favour of using language agnostic
> PMCs internally and loading the Perl ones dynamically as required.
> Everything but PerlArray was dealt with quickly and names and ways
> forward with that tricky case were discussed. It looks like we're going
> to have a 'ResizablePMCArray' added to the core once people have the
> tuits.
Minor correction: 'ResizablePMCArray' is already in the core, but some of
the necessary vtable methods still need to be implemented (and tested!).
Simon