September 2020
Beginner
193 pages
2h 49m
English
Before we start exploring the Raku language, you should have an environment where you can run Raku code. So you need to install Rakudo, currently the only actively developed Raku compiler. Or even better, install Rakudo Star, which is a distribution that includes Rakudo itself, a few useful modules, and a tool that can help you install more modules.
Installing Rakudo itself gives you just the compiler. It follows a monthly release cycle, so it allows you to keep up to date with the latest developments.
When you choose to install Rakudo Star, which is typically released every three months, you get a more stable ...
Read now
Unlock full access