GH#5843 Blin #2 for 2025.04 GH#5841 Roast issues
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
'class Foo { method talk { say "hi" } }; talk Foo.new: |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2025-04-11T07:36:04Z #raku-dev <nine> MasterDuke: I put almost no consideration on performance when implementing except for the architectural avoidance of traversing the whole tree multiple times. A plain normal Raku-level profile would probably be a good start |