in reply to Simulating Perl6 Meta/Hyper operators with pure Functional Programming
Nice. Re the syntax, you might be interested in Sub::Infix - it would enable syntax along the lines of:
my $iter = [@list1] |X| [@list2];
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Simulating Perl6 Meta/Hyper operators with pure Functional Programming
by LanX (Saint) on Oct 01, 2013 at 22:41 UTC |