🦋 Welcome to the IRC channel of the core developers of the Raku Programming Language (raku.org #rakulang). This channel is logged for the purpose of history keeping about its development | evalbot usage: 'm: say 3;' or /msg camelia m: ... | Logs available at irclogs.raku.org/raku-dev/live.html | For MoarVM see #moarvm
Set by lizmat on 8 June 2022.
Geth rakudo/lizmat-hyper-defaults: 68ee2ed66b | (Elizabeth Mattijsen)++ | src/core.c/IO/Socket/INET.pm6
Revert change that snuck in from other branch
10:14
lizmat notable6: weekly 10:15
notable6 lizmat, 2 notes: 2022-06-16T09:49:05Z <lizmat>: www.facebook.com/wgavdijk/posts/pf...jcb9CWhrsl ; 2022-06-16T10:45:19Z <lizmat>: wendyga.wordpress.com/2022/06/16/we-will-raku/
lizmat notable6: weekly reset
notable6 lizmat, Moved existing notes to “weekly_2022-06-20T10:15:17Z”
lizmat and yet another Rakudo Weekly News hits the Net: rakudoweekly.blog/2022/06/20/2022-...will-raku/ 12:02
[Coke] could use a few more people to test out the new docs UI in the next week 13:21
vrurg .seen tadzik 17:08
tellable6 vrurg, I saw tadzik 2021-07-21T07:49:00Z in #raku: <tadzik> .comb predates moarvm quite a lot, but the strands still fit :)
gfldex m: sub term:<sin²>(\θ) { θ ** 2 }; sin²(30); 21:10
camelia ===SORRY!=== Error while compiling <tmp>
Calling term:<sin²>() will never work with declared signature (\θ)
at <tmp>:1
------> sub term:<sin²>(\θ) { θ ** 2 }; ⏏sin²(30);