Will Coleda <[EMAIL PROTECTED]> wrote: > Attached, find a .tgz that can be exploded in the top level of parrot > which creates the abstract pmc "tclobject", with children "TclString", > "TclInt", "TclFloat", and container pmcs "TclList" (an array) and > "TclArray" (a hash).
Can we put these PMCs into dynclasses? I don't think that Parrot core should contain all possible PMCs of all supported languages. OTOH we should have some support for selecting $LANG PMCs at compile time (and no, I don't cosider the current manual selection of classes as support:) > A re-configure/make is necessary to be able to use the Tcl* pmcs if > you're feeling adventurous. Can you try it with dynclasses? leo