🦋 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.
Xliff tbrowder, I kinda like that one. 01:29
lizmat: Just got a better Mac. Could use some help setting it up for Raku development. 01:30
tbrowder Xliff: ok, great, that's +2 01:34
Xliff OK. Homebrew installed and raku 2022.04 02:18
Cloned my Projects/ dir. Not a bad start. 02:19
Now I need to get a working blead release.
vrurg Xliff: I prefer macports for macos. It has much more ports available. 03:22
vrurg is afk again. :)
Xliff vrurg: Can they run alongside homebrew? 04:09
lizmat notable6: weekly 10:15
notable6 lizmat, 1 note: 2022-08-05T10:40:00Z <lizmat>: conf.raku.org/2022/schedule
lizmat notable6: weekly reset
notable6 lizmat, Moved existing notes to “weekly_2022-08-08T10:15:34Z”
lizmat And yet another Rakudo Weekly News hits the Net: rakudoweekly.blog/2022/08/08/2022-32-2nd-conf/ 14:13
sena_kun lizmat++ 14:20
crystalfrost[m] Lizmat++ 17:50
[Coke] xliff, pretty sure I have both brew & ports installed for the cases where a thing is only available in one or the other 17:58
Geth rakudo: 61617b1202 | (Elizabeth Mattijsen)++ (committed using GitHub Web editor) | src/core.c/Main.pm6
Allow for --no-foo as alternative to --/foo

By setting the new "allow-no" flag in %*SUB-MAIN-OPTS:
   $ raku -r 'sub MAIN(|c) { say c }; my %*SUB-MAIN-OPTS=:allow-no' --no-foo
   \(:foo(Bool::False))
as opposed to:
   $ raku -r 'sub MAIN(|c) { say c }' --no-foo
   \(:no-foo(Bool::True))
19:02
rakudo/lizmat-nano: 03d05b01f0 | (Elizabeth Mattijsen)++ | src/Perl6/Grammar.nqp
Put version condition first for better performance

  vrurg++ for the suggestion
19:05
rakudo: 2a1ace8471 | (Elizabeth Mattijsen)++ (committed using GitHub Web editor) | 2 files
Allow for .skip(produce,skip,produce,skip,...) in 6.e

Inspired by stackoverflow.com/questions/731756...th-element
As answer to that question: @b.skip($n,1)
Some examples: ... (7 more lines)
19:08
rakudo: 10feda1169 | (Elizabeth Mattijsen)++ (committed using GitHub Web editor) | 7 files
Introduce "nano" term for 6.e+

Returns nanoseconds since epoch, to allow HLL access to more accurate timing.
Specifically did not include that for 6.c to make it completely opt-in at this point.
20:06