This channel is intended for people just starting with the Raku Programming Language (raku.org). Logs are available at irclogs.raku.org/raku-beginner/live.html
Set by lizmat on 8 June 2022.
guifa Use `zef:your-fez-username` when uploading through fez. Use `github:your-github-name` if using p6c 00:42
lizmat and yet another Rakudo Weekly News hits the Net: rakudoweekly.blog/2022/11/29/2022-...assy-core/ 14:04
Guest11 Hi !! I have a question. Could someone similar what exactly does it do? 19:34
sub finish(@data, @ops) { 19:35
        my @nums = @data.map: *.made;
        my $result = @nums.shift;
        oper(~@ops.shift, $result, @nums.shift)
        while @nums;
Nemokosch hello. Where did you find this? Also, could you send it in a file? (github gist, pastebin etc) 19:38