How to contribute to Raku and to the documents, how to generate the docs locally
A date-stamped list of notes relevant to the Raku documentation site.
Using Raku official documentation
The extensions recommended for files with Raku content.
A basic introductory example of a Raku program
Learning Raku from Haskell, in a nutshell
Learning Raku from Node.js, in a nutshell
Builtin functions in Perl to Raku
How do I do what I used to do? (Raku in a nutshell)
Operators in Perl to Raku: equivalencies and variations
How do I do what I used to do?
A comparison of special variables in Perl and Raku
Syntactic differences between Perl and Raku
Learning Raku from Python, in a nutshell
Learning Raku from Ruby, in a nutshell: what do I already know?
A tutorial about creating and using classes in Raku
Creating your own CLI in Raku
How and when Raku modules are compiled, where they are stored, and how to access them in compiled form.
Concurrency and asynchronous programming
Core modules that may be useful to module authors
A short tutorial on how to declare operators and create new ones.
Different mathematical paradigms and how they are implemented in this language
Input methods for unicode characters in terminals, the shell, and editors
An introduction to grammars
File-related operations
Programs running other programs and communicating with them
Functionalities available for visiting all items in a complex data structure
What can help you write/test/improve your module(s)
Creating module packages for code reuse
How to create, use, and distribute Raku modules
Read-eval-print loop
Some tips on regexes and grammars