🦋 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.
SrainUser Like if you wanted the AST of an entire file. 00:12
melezhik weekly: sparrowdo.wordpress.com/2025/02/03...enerators/ 09:30
notable6 melezhik, Noted! (weekly)
melezhik hopefully not too late cc liz:
lizmat and yet another Rakudo Weekly News hits the Net: rakudoweekly.blog/2025/02/03/2025-...ie-awaits/ 12:31
librasteve m: m: say "\c[THUMBS UP SIGN]" 13:35
evalable6 👍
Raku eval 👍
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, 💯
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
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
antononcube Hmm... maybe I should make a "front end" to House of Graphs (HoG) first. 15:04
houseofgraphs.org/ 15:15
@lizmat Agreed, "Data::Graph" is better if independence from "Graph" is one of the features. 15:19
[Coke] is there a regex explainer in the ecosystem? 19:42
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