ETOOBUSY 🚀 minimal blogging for the impatient
Codingame library in Raku
TL;DR
I’ll probably populate an equivalent of cglib-perl in Raku: cglib-raku.
From time to time, especially in posts about the Perl Weekly Challenge, I reuse some copy-and-paste code from a library of functions/algorithms that I keep in cglib-perl. I created this library when I was actively using the amazing web site CodinGame, although today I don’t spend much time there any more.
In a recent post (PWC118 - Adventure of Knight) I leveraged it again to solve one challenge, but then I was not able to quickly replicate the same solution in Raku, for the simple reason that I don’t have a similar implementation in this language.
So I’m starting a new repository cglib-raku to collect the same kind of code, in Raku. Let’s see where it gets me!