Embedding Parrot in Perl 5

Continuing with my plan outlined in Plans for Integrating Padre with Parrot and Rakudo I fixed the Parrot Plugin of Padre and even released a pre-packaged version of Parrot and Rakudo with Strawberry Perl and Padre. See Getting Started with Perl 6

I also started to work on making sure that the embedding of Parrot into Perl 5 provides the interface I needed. As hacking on that would need lot of XS and knowledge and deep understanding of how Parrot works I don't think I am qualified to do that properly. Luckily chromatic seems to be willing to do it some time so in order to help him I started to write unit tests and started to think about an API that I'd like to us. These can be found in the bug tracking system of Parrot under several tickets: #77, #74, #75, #76, #79,

As a separate effort I am adding more examples to the Perl6::Cookbook using Padre as my editor. It's nice to have the tool-tips show up while typing the Perl 6 code.