On Wed, Jul 01, 2009 at 11:19:43AM -0400, Austin Hastings wrote: > That is, if I try to load a .pbc file, will parrot automatically invoke > the compiler that built the pbc file? Should the pbc contain a :load sub > that invokes it?
Currently this is what Rakudo does -- it has a :load sub that loads the Rakudo runtime environment into the interpreter if not already present. Pm _______________________________________________ http://lists.parrot.org/mailman/listinfo/parrot-dev
