🦋 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:06
MasterDuke joined
00:07
reportable6 left
00:10
reportable6 joined
00:13
Kaipei joined
00:15
Kaipei left,
MasterDuke left,
Kaipei joined
01:01
deoac joined
01:03
deoac left
01:07
[Coke] joined
01:09
[Coke]__ left
01:29
Kaipei left
01:31
haxxelotto left
01:32
haxxelotto joined
02:04
derpydoo joined
02:33
epony left
02:40
epony joined
03:18
Woodi left
03:19
Woodi joined
03:30
derpydoo left
04:23
Kaipei joined
04:33
derpydoo joined
05:33
coverable6 left,
reportable6 left,
notable6 left,
bisectable6 left,
tellable6 left,
sourceable6 left,
squashable6 left,
statisfiable6 left,
benchable6 left,
nativecallable6 left,
quotable6 left,
bloatable6 left
05:34
coverable6 joined,
notable6 joined,
bloatable6 joined,
squashable6 joined
05:35
nativecallable6 joined,
bisectable6 joined,
tellable6 joined,
sourceable6 joined
05:36
benchable6 joined,
reportable6 joined,
quotable6 joined,
statisfiable6 joined
05:39
derpydoo left
05:54
guifa left
05:55
guifa joined
05:58
abraxxa joined
06:02
abraxxa left
06:03
abraxxa joined
06:08
reportable6 left
06:10
reportable6 joined
06:20
Sgeo left
07:20
unicodable6 left,
sourceable6 left,
evalable6 left,
coverable6 left,
greppable6 left,
shareable6 left,
bloatable6 left,
releasable6 left,
committable6 left,
linkable6 left,
notable6 left,
bisectable6 left,
reportable6 left,
tellable6 left,
quotable6 left,
statisfiable6 left,
squashable6 left,
nativecallable6 left,
benchable6 left
07:21
committable6 joined,
greppable6 joined,
reportable6 joined,
tellable6 joined,
quotable6 joined,
releasable6 joined,
shareable6 joined,
squashable6 joined,
coverable6 joined
07:22
evalable6 joined,
sourceable6 joined,
unicodable6 joined,
statisfiable6 joined,
notable6 joined
07:23
bisectable6 joined,
benchable6 joined,
nativecallable6 joined,
bloatable6 joined,
linkable6 joined
07:36
lichtkind joined
07:56
dakkar joined
07:59
sena_kun joined
08:14
Nemokosch joined
|
|||
Nemokosch | Hello hello | 08:15 | |
damn, wrong chat :DDD | 08:16 | ||
08:50
labster joined
08:54
xinming left
09:31
Nemokosch left,
sena_kun left
|
|||
Nemokosch | by the way, I'm using Obsidian to make Raku-related notes; I published that folder in case it's of any use. This file in particular, might be interesting: github.com/2colours/Raku-ideas/blo...0wishes.md | 09:33 | |
lizmat | shall I mention this in the weekly? | 09:55 | |
Nemokosch | It's all up to you... I wonder if it deserves this kind of honor. If there is anything valuable in there, sure 😄 | 10:11 | |
10:12
sena_kun joined
10:52
Guest66 joined
|
|||
Guest66 | Hello there | 10:52 | |
10:52
Guest66 left
10:57
squashable6 left,
Kaipei left,
Kaipei joined
11:00
linkable6 left,
squashable6 joined
11:01
labster left
11:02
xinming joined,
linkable6 joined
12:00
frost1 left
12:08
reportable6 left
12:10
reportable6 joined
12:33
Xliff joined
12:45
derpydooo joined
|
|||
lizmat | and yet another Rakudo Weekly News hits the Net: rakudoweekly.blog/2022/10/24/2022-43-cro-apper/ | 13:00 | |
13:45
evalable6 left,
linkable6 left,
linkable6 joined
13:47
evalable6 joined
|
|||
sjn | lizmat++ # RWN reliability | 14:07 | |
14:08
Sgeo joined
14:50
vrurg left
14:51
vrurg joined
|
|||
SmokeMachine | I was reading this (github.com/2colours/Raku-ideas/blo...tions.md). I feel like that all problems with `$bla !op all(1, 2, 3)` would be fixed if, instead of `!all($bla op 1, $bla op 2, $bla op 3)`, it was `all($bla !op 1, $bla !op 2, $bla !op 3)`. Would something like that make sense? | 14:53 | |
[Coke] | looking at week.golf and man is it hard to golf raku when "no warnings" doesn't work. :) | 14:58 | |
lizmat: doesn't look like you can submit answers in Raku yet. | 15:01 | ||
(coming soon) | |||
Nemokosch | SmokeMachine: that sheet is a very-very much alpha draft of a petition for exactly that 😄 | 15:02 | |
SmokeMachine | Nemokosch: where do I sign in?! :) | 15:04 | |
tellable6 | SmokeMachine, I'll pass your message to Nemokosch | ||
[Coke] | I am at 212 bytes right now for the current week.golf | 15:15 | |
er, 205 (removed some newlines. :) | 15:16 | ||
(ah, defaults to not showing STDERR, let all the warnings happen...) | 15:18 | ||
15:26
haxxelotto left,
haxxelotto joined
|
|||
lizmat | [Coke] quietly? docs.raku.org/language/control#ind...ly-quietly | 15:31 | |
15:33
derpydooo left
15:48
holyghost joined
16:08
abraxxa left
|
|||
[Coke] | lizmat: that might work, but for now I can just ignore stderr | 16:09 | |
m: "this".eq("this") | |||
camelia | No such method 'eq' for invocant of type 'Str'. Did you mean 'Seq'? in block <unit> at <tmp> line 1 |
||
[Coke] | I am surprised that method doesn't exist. | ||
ugexe | i'm not. then users could expect e.g. 1.==(1) to work | 16:11 | |
[Coke] | Yes, we could expect that too. :) | ||
but even if it's not the name of the operator, seems like there should be an .equals or something similar. | 16:12 | ||
ugexe | .match with anchors | ||
[Coke] | .ACCEPTS maybe. | 16:13 | |
(not great for golfing, but if I really want the method, there it is.) | |||
ugexe | .eq( is already more characters though, and it still needs a ) | 16:20 | |
16:44
CIAvash left,
MitarashiDango[m left,
tadzik left,
crystalfrost[m] left,
AlexDaniel left,
andrea[m] left,
Matthew|m left,
dakkar left
16:46
derpydoo joined
16:50
CIAvash joined
|
|||
Xliff | sub eq ($a,$b){$a eq | 17:05 | |
17:05
AlexDaniel joined,
crystalfrost[m] joined,
Matthew|m joined,
MitarashiDango[m joined,
tadzik joined,
andrea[m] joined
|
|||
Xliff | m: sub eq ($a,$b){$a eq $b}; "eq".&eq("eq").say | 17:05 | |
camelia | True | ||
Xliff | Depends on how many times you need &eq. | 17:06 | |
Although I can't see that saving you much in a golf. | |||
17:11
sena_kun left
17:33
Xliff left
18:05
derpydoo left
18:07
reportable6 left
18:08
reportable6 joined
|
|||
[Coke] | ugexe: it's more characters if you don't already have one of the things in $_, yes | 18:10 | |
18:10
haxxelotto left
|
|||
[Coke] | .eq("x") is shorter than $_ eq "x" by one character! (yes, optimizing for golf is a bad idea. :) | 18:11 | |
18:14
Kaipei left
|
|||
[Coke] goes afk for about 4days. | 18:16 | ||
tonyo | isn't `"eq"eq$_` shorter than `.eq("eq")` ? | ||
m: $_='eq'; say 'eq'eq$_ | |||
camelia | True | ||
18:21
haxxelotto joined
|
|||
[Coke] | nice | 18:24 | |
18:41
Xliff joined
18:42
abraxxa joined,
abraxxa left
18:43
abraxxa joined
18:47
abraxxa left
18:48
abraxxa joined
18:56
abraxxa left
18:58
Kaipei joined
19:01
Xliff left
19:04
derpydoo joined
|
|||
Nemokosch | not gonna lie, code golfing makes me suffer | 19:12 | |
19:52
Nemokosch joined
20:15
sena_kun joined
20:19
perlmaros left,
merpaderp left,
gugod left,
daxim left,
oodani left,
kaskal left,
corwin left,
perlmaros joined,
merpaderp joined,
gugod joined,
kaskal joined
20:20
daxim joined,
oodani joined
20:21
corwin joined
20:40
haxxelotto left
20:47
haxxelotto joined
21:21
andreoss joined
22:01
discord-raku-bot left,
discord-raku-bot joined
22:10
discord-raku-bot left
22:11
discord-raku-bot joined
22:35
sena_kun left
22:39
discord-raku-bot left,
discord-raku-bot joined
22:51
Nemokosch left
23:10
Kaipei left
23:17
discord-raku-bot left
23:18
discord-raku-bot joined,
Kaipei joined
23:22
discord-raku-bot left,
discord-raku-bot joined
23:23
lichtkind left
23:27
discord-raku-bot left,
discord-raku-bot joined
23:29
holyghost left,
johnjaye left
23:30
johnjaye joined
|