in reply to Re: How I came to contribute to Perl 6
in thread How I came to contribute to Perl 6
If there is some feature not yet implemented (built-in functions would probably be easiest) that you want to see - go ahead and write it
I'd like to point out that (since June 25th) you can also implement operators in Perl 6 in Rakudo, with only marginally more effort. To get the right precedence and associativity you should still register it in src/parser/grammar-oper.pg, but the actual implementation can be done in pure Perl 6.
|
|---|