🦋 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.
gfldex kawaii: you might have luck with a dump of en.wiktionary.org/wiki/Wiktionary:Main_Page 08:09
librasteve kawaii: maybe you can Inline::Perl5 with metacpan.org/pod/Treex::Tool::Engl...Lemmatizer 09:06
Anton Antonov @kawaii Yes, there are at least several stemmer packages. They usually have "Stem" in theer names. E.g. "Lingua::EN::Stem::Porter". 13:02
uzl[m] .tell tonyo Minor PR for adding Rakudoc: github.com/tony-o/perl6-csv-parser/pull/22 17:08
tellable6 uzl[m], I'll pass your message to tonyo
gfldex In case you are unsure what to do over the weekend: 18:45
m: try do $*something.fun with $*raku;
camelia ( no output )
SmokeMachine Hi everyone! 19:44
SmokeMachine I've been trying to play with RakuAST and Red and got this idea, I'd like to know people's opinion about something I've been playing with: 19:45
would something like this make any sense to anyone? usercontent.irccloud-cdn.com/file/.../image.png 19:46
gfldex SmokeMachine: I had the idea rolling around in my head to abuse labels as markers (or anchors) to find the right spot in a RakuAST to do odd things. 19:48
SmokeMachine gfldex: how would be that? 19:51
gfldex m: my $a; Here: Nil; my $b; 19:52
camelia ( no output )
gfldex If I can find the label called Here, I know I'm inbetween the two statements. It would be nice to have an easy to use tool to do so. 19:53
SmokeMachine gfldex: but you would need to add the labels on the code you want to interact with to be able to do that?
gfldex I'm fine with that. Might be real handy for prototyping macros.
El_Che status: I built rakudo-pkg for everything except fedora rawhide (broken upstream atm, probably fixed in a few days) and ubi7 (centos/rhel/... 7) because libuv required a gcc not in that release, patrickb will discuss that with other devs. Now waiting on cloudsmith to add a new ubuntu repo (23.10/dev) to upload all the packages automatically 21:20
SmokeMachine m: say 1.is-prime; "say 1.is-prime".AST 23:21
camelia False
===SORRY!=== Error while compiling
Confused
------> say 1.is-prime⏏<EOL>
»