TSa Thomas.Sandlass-at-barco.com |Perl 6| wrote:
HaloO,
John M. Dlugosz wrote:
See my latest creation at <http://www.dlugosz.com/Perl6/web/APL.html>
Nice write-up! You say that there's no syntax for refering to a multi
as a whole. But is that not simply the short name? E.g. infix:<+> is
the multi of all targets in a scope. You need infix:<+>:(Int,Int) to
refer to a single target.
Regards, TSa.
I think that should be the case: have the unqualified form still return
a Routine. But it's not clear from the Synopses that this is allowed,
and it does open up other questions that need to be fleshed out about
the semantics. So I'm making the point that we should go to the trouble
of fleshing it out rather than saying "don't do that".
--John