Skip to content

Instantly share code, notes, and snippets.

View Whateverable's full-sized avatar
☺️
Having fun on #raku on Libera.chat

Whateverable bots Whateverable

☺️
Having fun on #raku on Libera.chat
View GitHub Profile
@Whateverable
Whateverable / query
Created April 11, 2025 21:17
evalable6
'class Foo { method talk { say "hi" } }; talk Foo.new:
@Whateverable
Whateverable / result
Created April 11, 2025 20:52
Whateverable
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