🦋 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:05 yewscion joined 00:10 yewscion left
SrainUser Like if you wanted the AST of an entire file. 00:12
00:26 yewscion joined 00:31 yewscion left 00:49 erdem left 01:00 yewscion joined 01:05 yewscion left 01:13 yewscion joined 01:22 yewscion left 01:51 ulipink joined, ulipink left, ulipink joined 01:54 yewscion joined 01:59 yewscion left 02:18 hulk joined, kylese left 02:29 yewscion joined 02:33 yewscion left 03:02 yewscion joined 03:07 yewscion left 03:15 hulk left, kylese joined 04:39 Aedil joined 04:50 ulipink left 05:19 bdju left 05:21 bdju joined 05:53 ulipink joined, ulipink left, ulipink joined 06:59 ulipink left 07:40 ulipink joined 08:32 Sgeo left 08:44 jpn joined 08:45 sena_kun joined 08:50 jpn left 08:59 dakkar joined 09:16 jpn joined 09:21 jpn left 09:28 jpn joined 09:30 melezhik joined
melezhik weekly: sparrowdo.wordpress.com/2025/02/03...enerators/ 09:30
notable6 melezhik, Noted! (weekly)
melezhik hopefully not too late cc liz:
09:31 melezhik left 09:33 jpn left 09:41 jpn joined 11:29 ulipink left 11:49 ulipink joined 11:50 ryoskzyp1 left, ryoskzypu joined 11:53 ulipink left 12:05 apac joined 12:08 librasteve_ left 12:26 ulipink joined, ulipink left, ulipink joined 12:30 ulipink left
lizmat and yet another Rakudo Weekly News hits the Net: rakudoweekly.blog/2025/02/03/2025-...ie-awaits/ 12:31
12:50 ulipink joined 12:55 ulipink left 13:10 ulipink joined 13:12 apac left 13:15 ulipink left 13:32 japhb left
librasteve m: m: say "\c[THUMBS UP SIGN]" 13:35
evalable6 👍
Raku eval 👍
13:35 ulipink joined 13:40 ulipink left 13:54 jpn left 13:55 jpn joined, ulipink joined 14:00 ulipink left 14:13 ulipink joined 14:18 ulipink left 14:35 ulipink joined
antononcube m: say "[WRITING HAND]" 14:36
evalable6 [WRITING HAND]
Raku eval [WRITING HAND]
lizmat m: say "\c[WRITING HAND]" 14:37
antononcube m: say "\c[WRITING HAND]"
camelia
Raku eval
evalable6
antononcube m: say "got it, \c[HUNDRED POINTS SYMBOL]" 14:38
evalable6 got it, 💯
Raku eval got it, 💯
14:39 ulipink left
antononcube I want to supplement the package "Graph" with graph data. Each record of that data is, say, a map/hash/dictionary with keys: "AdjacencyMatrix", "Vertices", "Edges", "IncidenceMatrix", "Faces", etc. 14:54
I think that should be a package separate from "Graph", because of its, potentially, large size. What is a good name for that additional package? 1. Graph::Data 2. Data::Graph 3. GraphData 14:55
14:56 greaser|q joined, GreaseMonkey left
I was/am thinking option 1, "Graph::Data", but there are other "Data::*" packages, and "GraphData" has some merrits two. 14:56
lizmat Graph::Data feels most logical to me? 14:57
antononcube I plan "Graph::Data" to be independent of "Graph", actually. To be just a "front-end" to a certain JSON database (of graphs.) 14:58
lizmat then I'd say Data::Graph :-) 15:02
15:04 yewscion joined
antononcube Hmm... maybe I should make a "front end" to House of Graphs (HoG) first. 15:04
15:11 ulipink joined, ulipink left, ulipink joined
houseofgraphs.org/ 15:15
15:16 ulipink left
@lizmat Agreed, "Data::Graph" is better if independence from "Graph" is one of the features. 15:19
15:36 ulipink joined 15:42 ulipink left 16:12 ulipink joined, ulipink left, ulipink joined 16:17 ulipink left 16:36 jmcgnh left 16:37 ulipink joined, ulipink left, ulipink joined 16:38 jmcgnh joined 16:42 ulipink left, jmcgnh left 16:43 japhb joined 16:44 jmcgnh joined 16:49 jpn left 17:14 ulipink joined, ulipink left, ulipink joined 17:19 ulipink left 17:34 ulipink joined 17:36 dakkar left 17:44 jmcgnh left 17:52 jmcgnh joined 17:59 ulipink left 18:14 ulipink joined 18:18 ulipink left 18:32 ulipink joined, ulipink left, ulipink joined 18:50 yewscion left 18:52 yewscion joined 18:58 ulipink left 19:29 ulipink joined 19:36 ulipink left 19:40 ulipink joined, ulipink left, ulipink joined
[Coke] is there a regex explainer in the ecosystem? 19:42
19:45 ulipink left 19:47 Aedil left
antononcube Yes, via LLMs. 🙂 19:56
This was recently requested and discussed with @timo . 19:57
[Coke] I mean a procedural one, but thank you for the option.
timo i only wrote a tiny amount of an idea for the procedural one 19:58
antononcube I was mostly joking, but I made a demo for @timo 🙂 discord.com/channels/5384078799804...5107521627
timo thtat link doesn't do much for irc or matrix users i'm afraid
antononcube Got too busy with other things, in order to follow up with timo's suggestions. 19:59
How about this link: media.discordapp.net/attachments/6...iner-2.png 20:00
timo "This content is no longer available." 20:02
antononcube Hmmm.... I see it in Discord... 20:03
Here is a a copy:
cdn.discordapp.com/attachments/633...d25f5&
timo discord decided against being "everyone's free media storage" at some point, so you now need a bit more than just the URL to actually get access
that link works, but i assume it will expire at some point 20:04
antononcube FWIW, the "regex explainer" discussion between @timo and I was on 2025-01-12. 20:09
See here: irclogs.raku.org/raku/2025-01-12.html 20:10
20:14 ulipink joined, ulipink left, ulipink joined 20:19 ulipink left 20:39 ulipink joined 20:44 ulipink left 20:46 greaser|q left, greaser|q joined, greaser|q is now known as GreaseMonkey 21:10 yewscion left 21:15 ulipink joined 21:24 ulipink left 21:58 ulipink joined, ulipink left, ulipink joined 22:02 ulipink left 22:14 apac joined 22:17 ulipink joined 22:21 ulipink left 22:36 ulipink joined 22:41 ulipink left 22:44 ulipink joined, ulipink left, ulipink joined 22:50 yewscion joined 22:55 yewscion left 23:27 apac left 23:40 yewscion joined 23:45 yewscion left 23:51 sena_kun left