http://www.perlmonks.org?node_id=991267


in reply to Re^2: RFC: Idiom for named read-write arguments (aliases) instead of using $_[0] etc
in thread RFC: Idiom for named read-write arguments (aliases) instead of using $_[0] etc

I don't quite understand the relevance of what you said. What has using Perl 6 to do with Module::Compile?

  • Comment on Re^3: RFC: Idiom for named read-write arguments (aliases) instead of using $_[0] etc

Replies are listed 'Best First'.
Re^4: RFC: Idiom for named read-write arguments (aliases) instead of using $_[0] etc
by LanX (Saint) on Sep 02, 2012 at 11:54 UTC
    V6_(Perl)

    Module::Compile

    Module::Compile is like a source-filter, but is safer for real-world code development. It is this module which allows v6 to parse Perl 6 code and directly translate it into Perl 5 code which is then executed.

    Cheers Rolf