Course of Raku / Essentials

Running programs

In one of the previous sections, we created a simple program but did not run it yet. There are many ways of running the program: using an installed command-line tool, using a REPL shell, running a program directly from an IDE or using an online service such as glot.io, or using a docker container.

There are five topics in this section. Browse all of them or examine only those that you find suitable for your needs. After the sections, there is an assignment.

Exercise

This section contains an exercise, which you are supposed to do after studying all the topics of this section.

💪 Hello, me!

Course navigation

Notes on using Unicode   |   Running from command line