Perl 6 Programming/Migrating from Perl 5
< Perl 6 ProgrammingBlizkost
Blizkost exposes Perl 5 in Parrot and make it accessible through the standard HLLCompiler interface. It does this by embedding Perl 5, and then building out from there. Blizkost should help the migration from Perl 5 to Perl 6 by providing a continuum. You will use Perl 5 modules from Perl 6 and progressively translate them to Perl 6.
See http://github.com/jnthn/blizkost
Inline::Perl5
Inline::Perl5 is a Module for executing Perl 5 code and accessing Perl 5 modules from Perl 6.
See https://github.com/niner/Inline-Perl5/
This article is issued from Wikibooks. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.