🦋 Welcome to the MAIN() IRC channel of the Raku Programming Language (raku.org). This channel is logged for the purpose of keeping a history about its development | evalbot usage: 'm: say 3;' or /msg camelia m: ... | Log inspection is getting closer to beta. If you're a beginner, you can also check out the #raku-beginner channel!
Set by lizmat on 25 August 2021.
00:02 reportable6 left 00:06 riffraff45 joined 00:11 riffraff45 left 00:30 Skarsnik_ left 00:31 patrickz left, patrickb joined 00:48 riffraff45 joined
gfldex lolibloggedalittle: gfldex.wordpress.com/2021/12/08/lazy-fishy/ 00:53
00:53 riffraff45 left 01:53 evalable6 left, releasable6 left, unicodable6 left, tellable6 left, bloatable6 left, sourceable6 left, quotable6 left, shareable6 left, coverable6 left, nativecallable6 left, bisectable6 left, linkable6 left, committable6 left, benchable6 left, squashable6 left, notable6 left, greppable6 left, statisfiable6 left 01:54 greppable6 joined, releasable6 joined, bisectable6 joined, unicodable6 joined 01:55 coverable6 joined, notable6 joined 01:56 bloatable6 joined, sourceable6 joined 01:57 committable6 joined 02:11 jgaz left 02:49 riffraff45 joined 02:53 Guest19 joined 02:54 evalable6 joined, riffraff45 left, quotable6 joined 02:55 benchable6 joined 03:03 patrickb left, jgaz joined 03:05 reportable6 joined 03:25 jgaz left 03:41 frost left 03:55 linkable6 joined, squashable6 joined 03:56 nativecallable6 joined, statisfiable6 joined 04:50 riffraff45 joined 04:55 riffraff45 left, tellable6 joined 04:56 shareable6 joined 05:02 Guest19 left 05:22 riffraff45 joined 06:02 reportable6 left 06:03 reportable6 joined 06:33 Smylers joined 06:39 jmcgnh left 06:47 jmcgnh joined 07:20 Merfont joined 07:22 Kaipi left 07:23 seednode left 07:24 seednode joined 07:29 frost joined 08:09 Sgeo_ left 09:07 dakkar joined 10:07 evalable6 left, linkable6 left 10:10 evalable6 joined 10:22 riffraff45 left 10:55 TempIRCLogger left 10:56 TempIRCLogger joined 10:58 TempIRCLogger left 11:10 linkable6 joined 11:11 Skarsnik_ joined, TempIRCLogger joined 11:14 jjido joined 11:41 jjido left 11:42 Altai-man joined 12:02 reportable6 left 12:14 Skarsnik_ left 12:16 jjido joined 12:44 TempIRCLogger left 12:45 TempIRCLogger joined 13:04 reportable6 joined 13:08 Smylers left 13:24 squashable6 left 13:30 TempIRCLogger left, TempIRCLogger joined 13:34 Zero_Dogg left 13:39 TempIRCLogger left, TempIRCLogger joined 13:58 jjido left 14:00 jjido joined, jjido left 14:07 frost left 14:18 Zero_Dogg joined 14:26 squashable6 joined
Anton Antonov What is the easiest way to test that an object is a list or array of functions/callables? 14:30
moritz_ m: say (&[+], &map) ~~ all(Callable) 14:35
camelia False
moritz_ hm
m: say all(&[+], &map) ~~ Callable 14:36
camelia True
moritz_ better :D
Anton Antonov Thank you!
The solution above seems obvious after seeing it. Because of the Monterey-Raku problems, in the last 6 weeks I have been programming too much in Python -- not Raku -- so, I have some sort of mild Pythonitis... 14:47
Nemokosch lol 14:51
what is that like?
Anton Antonov @Nemokosch#9980 Ah... much easier to find answers to questions than Raku. The problem is that sometimes there are too many answers for a particular question, and many of those answers are not that good or applicable. Also, at least once or twice I read, (mis-)understood, and tried to apply a Python 2 solution to som of my Python 3 problems. 14:55
Another, more important point is that there are lots of "functionalities" implemented in Python -- in Raku too many things I have to do from scratch. (For the things I am interested in.) 14:59
Nemokosch there are more libs I guess
on language level, I would be lowkey surprised if there were significant features in Python that Raku misses, I've never had that experience 15:00
and I've used Python way more
15:05 monkey_ joined
Anton Antonov Agreed, on "language level" Raku is better. (That is why I invest time in it.) 15:38
15:40 dustinm` left, dustinm` joined
@Nemokosch#9980 Have you used Python for scientific computations? And/or scientific visualizations? 15:43
Nemokosch not really, no 16:04
Anton Antonov I plan to make a blog post that compares Mathematica, Python, R, and Raku on random data generation. 16:07
16:08 melezhik joined
melezhik . 16:08
I have just released Sparrowdo with a new feature - watcher jobs - raku.land/zef:melezhik/Sparrowdo/c...s?v=0.1.13
16:21 a joined, a left
Altai-man melezhik++ 16:34
16:38 MoC joined 16:46 jgaz joined 17:15 Zero_Dogg left 17:17 Zero_Dogg joined 17:21 TempIRCLogger left 17:22 TempIRCLogger joined, melezhik left 17:30 MoC left 17:38 dakkar left 17:44 gordonfish- joined 17:45 ab5tract joined 17:46 discord-raku-bot left, gordonfish left 17:56 TempIRCLogger left, TempIRCLogger joined 18:02 reportable6 left 18:05 reportable6 joined 18:21 Altai-man left 18:28 SmokeMachine left, skaji left, jjido joined, rjbs left 18:29 SmokeMachine joined, skaji joined, rjbs joined 18:39 TempIRCLogger left, TempIRCLogger joined
ab5tract hey all, how's it going? I was happy to hear that we have a new release manager! 18:55
Geth doc/codesections-str-seq: c9aa67e804 | (Daniel Sockwell)++ (committed using GitHub Web editor) | doc/Language/operators.pod6
Document behavior of sequences like `'aa'…'cc'`

The sequence `'aa'…'cc'` does not use a `*.succ` default generator
   (and this is correct [per Roast](github.com/Raku/roast/blob/master/...ic.t#L58).
See also stackoverflow.com/questions/702392...r/70239585 and the links cited in the answers.
doc: codesections++ created pull request #3996:
Document sequences like 'aa'…'cc'
18:56
tonyo who's the new release manager? 18:59
19:00 jjido left
lizmat jdv 19:04
[Coke] jdv++ 19:20
19:22 jjido joined 19:23 gordonfish joined 19:24 gordonfish- left
Geth doc/codesections-str-seq: e0cfc6644a | (Daniel Sockwell)++ (committed using GitHub Web editor) | doc/Language/operators.pod6
Fix whitespace/typo
19:32
19:34 ab5tract left
Geth doc/codesections-str-seq: d02443b724 | (Daniel Sockwell)++ (committed using GitHub Web editor) | doc/Language/operators.pod6
Fix typo
19:38
19:54 TempIRCLogger left 19:55 TempIRCLogger joined
Geth doc: d4688c653b | (Daniel Sockwell)++ (committed using GitHub Web editor) | doc/Language/operators.pod6
Document sequences like 'aa'…'cc' (#3996)

  * Document behavior of sequences like `'aa'…'cc'`
The sequence `'aa'…'cc'` does not use a `*.succ` default generator
   (and this is correct [per Roast](github.com/Raku/roast/blob/master/...ic.t#L58).
See also stackoverflow.com/questions/702392...r/70239585 and the links cited in the answers.
20:00
linkable6 Link: docs.raku.org/language/operators
20:01 linkable6 left 20:03 TempIRCLogger left, TempIRCLogger joined
[Coke] codesections++ 20:09
20:10 polettix_ joined, Skarsnik_ joined
Geth CCR/main: 507a983715 | (Elizabeth Mattijsen)++ (committed using GitHub Web editor) | Remaster/Zoffix Znet/IRC-Client-Raku-Multi-Server-IRC-or-Awesome-Async-Interfaces-with-Raku.md
s/freenode/libera.chat
20:12
20:14 polettix left, JRaspass left 20:20 ab5tract joined, TempIRCLogger left, TempIRCLogger joined 20:21 JRaspass joined 20:22 TempIRCLogger left, TempIRCLogger joined 20:24 TempIRCLogger left, TempIRCLogger joined
tonyo good stuff 20:26
20:26 dextercd joined
tonyo eh lizmat when groups is ready who is going to be admin for the rakudo community modules group? 20:26
lizmat I guess that would be an RSC responsibility.... we have a meeting next Sat, will discuss 20:27
Geth CCR/main: 2b424a0843 | (Elizabeth Mattijsen)++ | Remaster/Zoffix Znet/IRC-Client-Raku-Multi-Server-IRC-or-Awesome-Async-Interfaces-with-Raku.md
Some more s/freenode/libera
20:28
20:30 TempIRCLogger left, TempIRCLogger joined 20:34 TempIRCLogger left
tonyo tak 20:34
20:34 TempIRCLogger joined, TempIRCLogger left, TempIRCLogger joined, TempIRCLogger__ joined 20:35 TempIRCLogger left, TempIRCLogger__ left, TempIRCLogger joined 20:36 TempIRCLogger left, TempIRCLogger joined, TempIRCLogger left 20:37 TempIRCLogger joined 20:42 lizmat_ joined 20:45 lizmat left 20:46 lizmat_ left, lizmat joined, TempIRCLogger left, TempIRCLogger joined 20:50 TempIRCLogger left 20:51 TempIRCLogger joined 20:54 TempIRCLogger left, TempIRCLogger joined 20:55 TempIRCLogger left 20:56 TempIRCLogger joined, jjido left 21:00 TempIRCLogger left, TempIRCLogger joined 21:01 TempIRCLogger left, TempIRCLogger joined 21:04 linkable6 joined 21:41 ab5tract left 21:45 alex58 joined 21:48 alex58 left 22:33 jjido joined 22:37 jjido left 22:46 Smylers joined 22:57 monkey_ left 22:59 jgaz left 23:02 TempIRCLogger left 23:03 TempIRCLogger joined 23:05 Ergo444 joined
Ergo444 hi 23:05
23:15 TempIRCLogger left, TempIRCLogger joined 23:16 Sgeo joined 23:20 dextercd left 23:41 Smylers left 23:45 djerius left 23:48 djerius joined