Re: things I miss in Raku (from perl)

2024-10-09 Thread ToddAndMargo via perl6-users
On 10/9/24 15:24, Marc Chantreux wrote: hello People, As I started to write some code again, I gave a talk about "why Raku for the research community" (It's in french, sorry about that). I had positive feedbacks and some questions so I wrote the ones I remembered there: https://git.unistra.fr/

things I miss in Raku (from perl)

2024-10-09 Thread Marc Chantreux
hello People, As I started to write some code again, I gave a talk about "why Raku for the research community" (It's in french, sorry about that). I had positive feedbacks and some questions so I wrote the ones I remembered there: https://git.unistra.fr/mc/talks/-/blob/stable/why_raku/raku.slide

for what's worth: a raku solution for stackexchange question

2024-10-09 Thread Marc Chantreux
hello people, I saw this post https://unix.stackexchange.com/questions/783990/merge-multiple-files-using-full-join-by-the-first-column/784240#784240 and just had fun writing the following solution but there is no way I'll create an account on stackexchange. feel free to reuse if you think it's h