| »»» This post is about using the immature Perl 6 with the rock solid Perl 5 ««« |
Stefan Seifert, aka nine, did a fun 5 minute lightning talk about P5/P6 interop using Rakudo/NQP/MoarVM and the Inline::Perl5 module at YAPC::EU when the module was literally just a couple hours old .
About a month later he did an equally fun 16 minute talk at APW. This latest talk covers:
- "How to port a Catalyst based web application from Perl 5 to Perl 6.";
- Writing Catalyst controllers in P6;
- Using CPAN modules including ones that rely on XS;
- Writing subclasses of P5 classes in P6;
- Passing P6 objects to P5 and using them in P5 as if they were P5 objects;
- Passing P5 objects to P6 and using them in P6 as if they were P6 objects.
The screen at APW supposedly showing nine's slides is hard to read. Here's a plain text version of his APW slides.
(Note that videos from the main room (Vitosha) at YAPC::EU, and videos from APW, were uploaded last night to the yapceu youtube channel and the APW 2014 channel.)
Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
Read Where should I post X? if you're not absolutely sure you're posting in the right place.
Please read these before you post! —
Posts may use any of the Perl Monks Approved HTML tags:
- a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
| |
For: |
|
Use: |
| & | | & |
| < | | < |
| > | | > |
| [ | | [ |
| ] | | ] |
Link using PerlMonks shortcuts! What shortcuts can I use for linking?
See Writeup Formatting Tips and other pages linked from there for more info.