🦋 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/rakuast: 9 commits pushed by (Stefan Seifert)++ 07:23
rakudo/rakuast: 8 commits pushed by (Stefan Seifert)++ 07:35
Geth rakudo/rakuast: fbff4676dd | (Stefan Seifert)++ | 3 files
Support traits on constants in RakuAST
09:09
lizmat notable6: weekly 11:15
notable6 lizmat, 5 notes: gist.github.com/fb37176de7b498d619...c5a2b5836d
lizmat notable6: weekly reset 11:22
notable6 lizmat, Moved existing notes to “weekly_2022-06-27T11:22:59Z”
Geth ¦ rakudo: lizmat unassigned from usev6 Issue Rakudo-2022.06 with JVM backend build failure github.com/rakudo/rakudo/issues/4952 11:38
lizmat And yet another Rakudo Weekly News hits the Net: rakudoweekly.blog/2022/06/27/2022-...-seasoned/ 14:21
sena_kun lizmat++
vrurg lizmat: 👍🏻 14:37
sjn lizmat++ # rakudoweekly ftw 15:40
gfldex m: my @a is default('literal'); @a[0,3] = 42, 'answer'; say @a; say @a.List; 21:28
camelia [42 literal literal answer]
(42 Nil Nil answer)
gfldex Is there a reason why .List doesn't respect the default value?