Raku (Perl 6) Learning Resources

I was looking at Raku (Perl 6) yesterday and thought it was interesting. If anyone is curious about it, this guide is pretty good:

I also watched a couple of videos from this Raku playlist and they were helpful.

This video was interesting:

A free ebook on Raku one-liners is here:

https://andrewshitov.com/2019/10/18/raku-one-liners-a-free-book/

Here’s a quick Python to Raku translator:

https://docs.raku.org/language/py-nutshell

A short overview of the language:

https://learnxinyminutes.com/docs/raku/

And a free book:

https://greenteapress.com/wp/think-perl-6/

The built-in grammars feature looks interesting. Here are some links about it:

There’s a whole book on parsing with Perl 6 (Raku) that looks like it might be good:

If anyone has other tips on learning Raku, post a comment below. I don’t have a lot of time to spend on learning it at the moment, but I’m going to try to use it for some small scripts and learn more as I work.