🦋 Welcome to the MAIN() IRC channel of the Raku Programming Language (raku.org). Log available at irclogs.raku.org/raku/live.html . If you're a beginner, you can also check out the #raku-beginner channel! Set by lizmat on 6 September 2022. |
|||
00:02
yewscion joined
00:04
yewscion left
00:09
wbooze left
01:03
derpydoo joined
01:36
Manifest0 left
01:37
yewscion joined
01:56
guifa left
02:04
guifa joined
02:08
guifa left
02:18
derpydoo left
02:48
hulk joined
02:49
kylese left
02:58
wbooze joined
03:04
wbooze left
03:15
hulk left,
kylese joined
03:30
kylese left
03:31
wayland76 left
03:32
wayland joined
03:35
kylese joined
03:53
discord-raku-bot left
03:54
discord-raku-bot joined
04:00
yewscion left
04:15
thaewrapt left
04:21
Aedil joined
04:30
guifa joined
04:44
guifa left
04:51
thaewrapt joined,
thaewrapt left,
thaewrapt joined
05:45
nil78 left
05:49
nil78 joined
06:18
nil78 left
06:22
nil78 joined
06:25
Aedil left
06:34
wayland left
07:09
xinming left
07:11
xinming joined
07:19
nil78 left
07:22
nil78 joined
07:38
nil78 left
07:42
nil78 joined
07:54
nil78 left
07:56
nil78 joined
08:53
lichtkind joined
09:11
Aedil joined
09:52
apac joined
10:01
Manifest0 joined
10:15
Sgeo__ left
|
|||
melezhik. | .tell tbrowder: “In a while, Crocodile” 😉 | 10:31 | |
tellable6 | melezhik., I'll pass your message to tbrowder | ||
melezhik. | Or maybe more proper for Raku channel “bye, bye, butterfly 🦋 “ )) | 10:33 | |
10:35
wbooze joined
11:18
sena_kun joined
11:31
xinming left
11:33
xinming joined
11:35
inline left
11:38
comborico1611 joined,
inline joined
11:39
comborico1611 left,
comborico1611 joined
11:48
Aedil left
11:49
Aedil joined
12:57
wbooze left
13:01
guifa joined
13:25
comborico1611 left
13:33
apac left
13:36
inline left
13:37
inline joined,
guifa left
13:39
inline left
13:40
apac joined
13:50
apac left
|
|||
tbrowder | .tell melezhik you should audition for Saturday Night Live | 13:56 | |
tellable6 | tbrowder, I'll pass your message to melezhik. | ||
14:12
maylay left
14:15
maylay joined
14:27
wbooze joined
14:34
abraxxa-home joined
14:35
abraxxa-home left
14:37
abraxxa-home joined
14:49
bdju left
14:56
abraxxa-home left
14:59
wbooze left,
bdju joined
15:00
merp left
15:26
nil78 left
15:28
nil78 joined
15:44
yewscion joined
15:59
abraxxa-home joined
16:12
yewscion_ joined
16:13
yewscion left,
yewscion joined
16:17
yewscion_ left
18:56
nil78 left
18:58
nil78 joined
19:08
nil78 left
19:09
wbooze joined
19:10
nil78 joined
19:12
wbooze left
19:18
wbooze joined
19:25
eseyman left
19:28
manu_ joined,
manu_ is now known as eseyman
19:48
Sgeo joined
20:07
wbooze left,
wbooze joined
20:10
Guest45 joined
20:14
Guest45 left
20:28
Aedil left
21:14
xinming left
21:15
xinming joined
21:35
apac joined
21:42
apac left
22:03
wbooze left
22:22
nil78 left
22:34
nil78 joined
22:57
El_Che left
22:59
yewscion_ joined
23:00
El_Che joined
23:02
yewscion___ joined,
yewscion left
23:04
yewscion_ left
23:12
yewscion___ left
|
|||
tbrowder | is there any way to use map on an array or list to produce the array inverted so the array.kv becomes %h<v> = k? | 23:17 | |
tellable6 | 2025-03-01T10:31:48Z #raku <melezhik.> tbrowder: “In a while, Crocodile” 😉 | ||
SmokeMachine | would someone like to proofread and gimme your opinion about this? github.com/FCO/Sourcing-FoodDelive...st-post.md | 23:24 | |
tbrowder | for the moment i'll just try "is cached" on a sub to handle the situation | 23:31 | |
SmokeMachine | m: my @a = <a b c d e>; my %b = @a.kv.reverse; dd %b | 23:37 | |
camelia | {:a(0), :b(1), :c(2), :d(3), :e(4)} | ||
23:39
thundergnat joined
|
|||
thundergnat | m: my @a = 'a'..'g'; my %b = (@a.pairs).invert; say %b; | 23:40 | |
camelia | {a => 0, b => 1, c => 2, d => 3, e => 4, f => 5, g => 6} | ||
SmokeMachine | 23:40 <thundergnat> m: my @a = 'a'..'g'; my %b = @a.antipairs; say %b; | 23:41 | |
(Sorry) | |||
23:41
abraxxa-home left
|
|||
SmokeMachine | m: my @a = 'a'..'g'; my %b = @a.antipairs; say %b; | 23:42 | |
camelia | {a => 0, b => 1, c => 2, d => 3, e => 4, f => 5, g => 6} | ||
thundergnat | or that... :-) | ||
SmokeMachine | :) | 23:43 | |
If someone could to take a look at github.com/FCO/Sourcing-FoodDelive...t-post.md, please | 23:45 | ||
23:48
thundergnat left
|