http://qs321.pair.com?node_id=703474


in reply to Re^7: what would you like to see in perl5.12?
in thread what would you like to see in perl5.12?

Devel::Declare lets you hook into the perl parser and create your own bits of syntax. It's a little bit like a source filter, except more magical with all the good, bad, and ugly that can entail.

Perl6::Signature's being P::RD-based is not material here. Once per function, at parse time, Perl6::Declare will parse the Perl 6 signature of a sub and install data binding (and possibly, runtime checks) as appropriate.

The speed comes from another module (sorry to keep calling rabbits out of hats, those aren't the ones anyone gets to eat). It's Data::Bind, which too lacks documentation except for its tests. Word is it's in some cases faster than = @_.