🦋 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:14 codesections left 00:22 dg left 01:10 jpn joined 01:31 jpn left 01:35 kylese left, kylese joined 02:07 jpn joined 02:14 jpn left 02:15 kylese left, kylese joined 02:20 jpn joined 02:23 yewscion left 02:25 jpn left 02:28 codesections joined 02:31 maylay left, maylay joined 02:39 jpn joined
SmokeMachine weekly: dev.to/fco/the-evolution-of-web-co...aches-1i7g 02:40
notable6 SmokeMachine, Noted! (weekly)
02:41 codesections left 02:44 jpn left 03:02 jpn joined 03:07 jpn left, stanrifkin joined
SmokeMachine if anyone would like to find problems: ^^ 03:07
03:08 stanrifkin_ left 03:28 jpn joined 03:33 jpn left 03:59 jpn joined 04:04 jpn left 04:07 codesections joined 04:23 Aedil joined 04:29 jpn joined 04:30 kylese left 04:33 kylese joined 04:34 jpn left 04:36 codesections1 joined 04:37 codesections left, codesections1 is now known as codesections 04:52 wayland76 left, wayland joined 05:05 jpn joined 05:10 jpn left 05:12 jpn joined 05:24 jpn left 05:29 jpn joined 05:30 kylese left 05:31 kylese joined 05:34 jpn left 05:48 derpydoo joined, codesections left 06:15 jpn joined 06:21 jpn left 07:06 Aedil left 07:16 jpn joined
grondilu m: my class Foo {}; sub (Foo:U :$foo) { note "how do I test if $foo was provided?" } 07:18
camelia WARNINGS for <tmp>:
Useless use of anonymous sub, did you forget to provide a name? (line 1)
grondilu m: my class Foo {}; sub (Foo:U :$foo) { note "how do I test if $foo was provided?" }() 07:19
camelia Use of uninitialized value of type Foo in string context.
Methods .^name, .raku, .gist, or .say can be used to stringify it to something meaningful.
in sub at <tmp> line 1
how do I test if was provided?
grondilu m: my class Foo {}; sub (Foo:U :$foo) { note "how do I test if $foo was provided?" }(:foo(Foo))
camelia Use of uninitialized value of type Foo in string context.
Methods .^name, .raku, .gist, or .say can be used to stringify it to something meaningful.
in sub at <tmp> line 1
how do I test if was provided?
07:21 jpn left
grondilu I mean I guess with that example it's not clear what's the purpose. 07:25
m: my class Foo {}; class A is Foo {}; class B is Foo {}; sub (Foo:U :$foo) { $foo }(:foo(A)); # how to test if $foo is provided to the sub? 07:26
camelia ( no output )
07:48 jpn joined 07:54 derpydoo left 07:56 jpn left 08:51 sena_kun joined 08:53 jpn joined 08:55 sena_kun left 08:57 derpydoo joined
nahita3882 multiple dispatch maybe 09:38
one void one unary
SmokeMachine dev.to/fco/the-evolution-of-web-co...aches-1i7g 09:39
lizmat m: my constant SECRET = Mu.new; sub a(Mu :$foo is raw = SECRET) { say $foo =:= SECRET }; a # grondilu: one way of doing this 09:42
camelia True
lizmat m: my constant SECRET = Mu.new; sub a(Mu :$foo is raw = SECRET) { say $foo =:= SECRET }; a(:foo)
camelia False
10:02 jpn left 10:06 jpn joined 10:11 Sgeo left 10:16 jpn left 10:20 dg joined 11:37 jpn joined 11:39 derpydoo left 11:53 jpn left 11:58 wayland-mobile left
librasteve weekly: here's a new blog post on the HARC Stack (HTMX, Air, Red, Cro) rakujourney.wordpress.com/2025/03/...arc-stack/ 12:13
notable6 librasteve, Noted! (weekly)
librasteve SmokeMachine: I just sawy you earlier post ... reviewing now 12:14
yeah - looks good to me - appreciate you including Air ! 12:16
oh - maybe it would be a good idea to ink to the vairous raku modules you mention (or in the case of Air to harcstack.org) ... ? 12:18
12:23 Aedil joined 13:02 sena_kun joined
patrickb guifa: I've reviewed github.com/MoarVM/MoarVM/pull/1882 13:23
tellable6 patrickb, I'll pass your message to guifa
14:02 dano left, dano joined 14:10 jpn joined 14:17 maylay left 14:19 maylay joined 14:25 jpn left
SmokeMachine I added the links :) 15:43
thanks!
15:44 derpydoo joined 16:01 jpn joined 16:05 jpn left 16:28 maylay left 16:30 maylay joined 16:54 jpn joined 16:59 jpn left 17:25 jpn joined
SmokeMachine librasteve: did you see I released a new version of Red? Could you test if that’s working for you? 17:36
17:39 jpn left 17:43 derpydoo left
melezhik. . 18:06
18:16 Sgeo joined
antononcube weekly: youtu.be/sMwuGVvkLkU 18:16
notable6 antononcube, Noted! (weekly)
librasteve smokemachine: yes thank you … i will test asap may be midday monday due to afk 18:18
18:47 Aedil left 20:16 lichtkind joined
lichtkind lizmat: greetings can i fork back math::Matrix? 20:17
20:44 apac joined
antononcube Ha! What do you plan to do with it? 🙂 21:26
21:36 maylay left 21:41 maylay joined
lizmat lichtkind: if you have improvements to the community module Math::Matrix, they would be very welcome! 21:58
22:02 apac left
lichtkind lizmat: i had plans for a rewrite to enabe more deeper manipulations but i have to read myself into it, its basically training for me for giving a raku talk 22:11
lizmat well, it's a community module now, and anybody can help with that :-) 22:13
22:20 stanrifkin left
lichtkind lizmat: and everything works with pull requests? 22:23
also the decomposition ops were a bit lacking if i recall corectly
22:31 jpn joined 22:32 wayland left 22:36 jpn left
antononcube Yeah. I filed an issue for a slow decomposition (which is/was easy to fix.) 22:39
Actually, it was about matrix inversion, not decomposition. 22:41
22:51 jpn joined 22:52 sena_kun left
Here is the issue: github.com/pierre-vigier/Perl6-Mat.../issues/70 22:54
22:56 jpn left
lichtkind antoncube: thank you hope I get around tuit 23:15
i think the I already thought about the issue 23:16
23:23 jpn joined 23:28 jpn left 23:53 tejr left 23:54 jpn joined 23:58 tejr joined 23:59 jpn left