🦋 Welcome to the MAIN() IRC channel of the Raku Programming Language (raku.org). Log available at irclogs.raku.org/raku/live.html . If you're a beginner, you can also check out the #raku-beginner channel!
Set by lizmat on 6 September 2022.
[Coke] ⓦ 🅷 e͔ᷓ ⒠ 00:09
japhb m: (0x115ca .. 0x115d7).map(*.chr).join(" ") 00:39
camelia ( no output )
japhb m: (0x115ca .. 0x115d7).map(*.chr).join(" ").put # Siddham has some beautiful section marks 00:40
camelia 𑗊 𑗋 𑗌 𑗍 𑗎 𑗏 𑗐 𑗑 𑗒 𑗓 𑗔 𑗕 𑗖 𑗗
antononcube Nice. 01:22
librasteve 🍬 04:41
fwiw I also wanted to do private multis recently but could not make multi !method {…} work 04:44
is there a way to do that that i missed?? 04:45
lizmat librasteve: the closest thing to private multi methods are lexical multi subs. But that doesn't give you direct access to the attributes 10:22
however, you could pass the invocant as the first argument like so:
multi sub foo($self, $bar) { $self.method($bar) } 10:23
multi sub foo($self, $bar) { $self.attribute }
melezhik o/ 18:02
my cro application (sparky) consumes way too much CPU even being idle, is typical for cro?
is -> is it
basically here is the code - github.com/melezhik/sparky/blob/ma...y-web.raku 18:03
maybe web sockets do that? 18:04
github.com/melezhik/images/blob/0b...21.05.jpeg 18:06
melezhik github.com/melezhik/sparky/commit/...12e180fc4d 18:16
hopefully this will fix this 18:21
coleman docs server restarted 23:14