Timothy S. Nelson asked:
Question: are there any plans to have user-defined meta-operators in perl6?
Explanation: By meta-operators, I mean operators which operate on other
operators (much as APL operators do to APL functions).
Yes. The vectorizing notation (»OP«) is an example.
Larry has
Timothy S. Nelson writes:
> Hi all. I hope this hasn't been discussed before. I Googled for
> "perl6 meta-operators" and found nothing; likewise practically
> nothing searching the perl6-language archive for meta-operators.
>
> Question: are there