Tag: raku
-
How to get the `< ... >` syntax on an object method?
7 In Raku: when I create an object with a CALL-ME method, I would like to use the < … > syntax for the signature instead of ( ‘…’ ) when … is a Str. In the documentation, there is an example of creating an operator, which is an ordinary Raku sub with a special…