🦋 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.
Kaiepi where is "my ($) = ..." lurking in Perl6::[Grammar|Actions]? 07:39
i'm not sure what sort of path through STORE it takes 07:40
Kaiepi idk where it is, but it maps to a p6store going off --ast 12:08
lizmat_ notable6: weekly 12:51
notable6 lizmat_, 2 notes: 2022-09-17T13:05:17Z <[Coke]>: weekly github.com/coke/raku-zef-deps , maybe? ; 2022-09-17T17:54:37Z <Kaiepi>: gist.github.com/Kaiepi/3859a7a8032...9dd8300929
|Tux| Rakudo v2022.07-40-g2070ceebb (v6.d) on MoarVM 2022.07-10-g4575c4745
csv-ip5xs0.744 - 0.765
csv-ip5xs-204.961 - 4.963
csv-parser3.467 - 3.499
csv-test-xs-200.397 - 0.417
test6.333 - 6.461
test-t1.338 - 1.360
test-t --race0.788 - 0.791
test-t-2019.635 - 20.000
test-t-20 --race6.478 - 7.983
16:12
5 2022-09-19 18:08:20 test-t 1.338 16:13
4 2022-06-21 18:35:52 test-t 1.338
3 2022-08-15 19:32:17 test-t 1.335
2 2022-07-23 11:27:47 test-t 1.335
1 2022-06-21 18:33:38 test-t 1.332
japhb The approximately monthly beat there is interesting. 16:56
lizmat notable6: weekly 18:26
notable6 lizmat, 2 notes: 2022-09-17T13:05:17Z <[Coke]>: weekly github.com/coke/raku-zef-deps , maybe? ; 2022-09-17T17:54:37Z <Kaiepi>: gist.github.com/Kaiepi/3859a7a8032...9dd8300929
lizmat notable6: weekly reset
notable6 lizmat, Moved existing notes to “weekly_2022-09-19T18:26:42Z”
Geth nqp: usev6++ created pull request #779:
[JVM] Improve handling of unicode numbers
19:24
lizmat and yet another Rakudo Weekly News hits the Net: rakudoweekly.blog/2022/09/19/2022-...ther-wave/ 19:40
gfldex How are the feeling in this channel towards the idea to have a @array[41,43]:but adverb that returns a Seq that contains any value but for index 41 and 43? 21:56
I'm asking because []:delete never does what I acutally want to do. Instead it punches holes.