* David Golden <dagolden@cpan.org> [2012-08-29T09:28:34] > Effectively, we want to turn this: > > any( map { is_prime($_) } any(1,2,3)->values ) > > Into this: > > any(1,2,3)->map( \&is_prime ) > > I've submitted a Perl6::Junction ticket to that effect. > > https://rt.cpan.org/Ticket/Display.html?id=79284 ...and I've implemented it on the replacement module Syntax::Keyword::Junction: https://github.com/frioux/Syntax-Keyword-Junction/pull/2 -- rjbsThread Previous | Thread Next