Unless I'm missing something, circumfixes seem to be implemented in rakudo.
Have a look at S06-operator-overloading/sub.t in roast.

In this particular example, you can remove spaces between those circumfix
operators and arguments. I guess that's what triggers TTIAR.
On Feb 13, 2013 8:34 PM, "Carl Mäsak" <perl6-bugs-follo...@perl.org> wrote:

> # New Ticket Created by  "Carl Mäsak"
> # Please include the string:  [perl #116739]
> # in the subject line of all future correspondence about this issue.
> # <URL: https://rt.perl.org:443/rt3/Ticket/Display.html?id=116739 >
>
>
> <masak> rn: sub circumfix:<begin end>($contents) { say "$contents!" };
> begin "OH HAI" end
> <p6eval> rakudo 5a1291: OUTPUT«===SORRY!===␤Two terms in a row [...]
> <p6eval> ..niecza v24-23-g0520c7c: OUTPUT«OH HAI!␤»
> * masak submits rakudobug
> <pmichaud> does circumfix: even work in Rakudo?
> <masak> dunno.
> <masak> pmichaud: if it doesn't work, then it feels sensible that
> Rakudo should emit a "circumfix not implemented" error.
> <masak> pmichaud: so either way, sump'n's up.
>

Reply via email to