Nice. Re the syntax, you might be interested in Sub::Infix - it would enable syntax along the lines of:
my $iter = [@list1] |X| [@list2];
In reply to Re: Simulating Perl6 Meta/Hyper operators mit pure Functional Programming
by tobyink
in thread Simulating Perl6 Meta/Hyper operators with pure Functional Programming
by LanX
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |