🦋 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.
Nemokosch does any of you know something about the implementation of `list` (why it is the way it is) for native arrays? as per github.com/rakudo/rakudo/issues/51...1357927779 18:58
lizmat m: my int @a = 1,2,3; dd @a.list 19:02
camelia (1, 2, 3)
lizmat m: my int @a = 1,2,3; dd @a; dd @a.list 19:03
camelia array[int].new(1, 2, 3)
(1, 2, 3)
lizmat notable6: weekly
notable6 lizmat, 1 note: 2022-12-18T12:12:01Z <El_Che>: github.com/mame/quine-relay where raku is part of the 150 languages (as perl 6), chain is perl => perl 6 => php
lizmat notable6: weekly reset 19:06
notable6 lizmat, Moved existing notes to “weekly_2022-12-19T19:06:35Z”
lizmat and another Rakudo Weekly News hits the Net: rakudoweekly.blog/2022/12/19/2022-...acking-d3/ 20:23