[00:11] *** bingos_ joined
[00:12] *** BinGOs left
[00:12] *** bingos_ is now known as BinGOs

[00:13] *** BinGOs left
[00:13] *** BinGOs joined
[01:06] *** kylese left
[01:08] *** kylese joined
[01:43] *** japhb left
[01:49] *** japhb joined
[02:15] *** kylese left
[02:15] *** kylese joined
[03:01] *** leppard left
[03:37] *** lucerne90 left
[04:27] *** swaggboi left
[04:30] *** swaggboi joined
[04:52] *** leppard joined
[05:20] *** Sgeo left
[05:21] *** abraxxa joined
[07:04] *** vasko4535586 left
[07:04] *** vasko4535586 joined
[07:32] *** leppard left
[07:37] *** dakkar joined
[07:48] *** rnddim joined
[07:48] *** ShimmerFairy is now known as Guest4078

[07:48] *** Guest4078 left
[07:48] *** rnddim is now known as ShimmerFairy

[07:48] *** ShimmerFairy left
[07:49] *** ShimmerFairy joined
[07:54] *** ShimmerFairy left
[07:54] *** ShimmerFairy joined
[08:36] <patrickb> o/

[08:37] <patrickb> I still fail to reliably return multiple values from functions. Can someone help me out of my misery? These are all my failed tries and what happens -> https://paste.sr.ht/~patrickb/91871eb4887c90e198abf140b5aee2d14fcd0467

[08:56] <patrickb> Updated, found a very ugly way to make it work with captures, I'm not content yet: https://paste.sr.ht/~patrickb/9cc8dedf1b71ea35b869eafca5de4d8ecebdf485

[09:45] <patrickb> Added another non-satisfying way to do it: https://paste.sr.ht/~patrickb/4f47a3186d434d95f21923b7d4c91919f890396f

[09:51] <dakkar> patrickb: :(@!a, @!b) := |g();

[09:52] <dakkar> still ugly, but maybe less so

[09:52] <patrickb> Can you explain the syntax?

[09:52] <dakkar> oh, you don't even need the |

[09:52] <dakkar> :(@!a, @!b) := g();

[09:53] <patrickb> what's `:(...)` ?

[09:53] <dakkar> high-level, it reads "unpack the result of g() as a 2-element list, and put the first element in @!a and the second to @!b"

[09:53] <dakkar> :(…) is a "signature"

[09:53] <patrickb> it's a Signature, right?

[09:54] <patrickb> that's actually pretty nice

[09:54] <patrickb> And I don't even need to return a Capture for this to work!

[09:55] <patrickb> dakkar: Thank you!

[09:55] <dakkar> happy to help ☺

[10:55] <Geth> ¦ ecosystem/main: 76cd201952 | (Elizabeth Mattijsen)++ | META.list

[10:55] <Geth> ¦ ecosystem/main: Remove NativeHelpers/Blob

[10:55] <Geth> ¦ ecosystem/main: 

[10:55] <Geth> ¦ ecosystem/main: They will soon re-emerge as Raku Community modules

[10:55] <Geth> ¦ ecosystem/main: review: https://github.com/Raku/ecosystem/commit/76cd201952

