in reply to Re: 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

from Module::Compile's source code documentation:

We use a source filter to get all the code for compiling.

Cheers Rolf

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

Replies are listed 'Best First'.
Re^3: RFC: Idiom for named read-write arguments (aliases) instead of using $_[0] etc
by moritz (Cardinal) on Sep 02, 2012 at 11:41 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