Let’s start by understanding how expressions are built in Perl 6. Expressions are the building blocks of statements, which in turn are the basic building blocks of programs, and they can be directly interpreted by the REPL. This is a good starting point for understanding the syntax and general intent of the language and how it can be used to solve simple problems. But first,
Let’s Talk About Unicode
Perl 6 has been designed to work from Unicode from the ground up. So, you need to know a bit about it before you can understand how expressions are built ...