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 also pondered general "adverbs", introduced by a colon, that modify
a subroutine, method, or operator call.

Damian

Reply via email to