{% comment %}{% assign compact_menu = true %}{% endcomment %} {% include toc.html %}
- Understanding Raku containers
- Integers
- Strings
- Date and Time built-in support
- Other data times
- Understanding a sequence
- Types of Raku operators (infix, prefix, etc.)
- Overview of operators in Raku
- Meta-operators
- User-defined operators
- Phasers
- Block-related phasers (e.g.
LEAVE
) - Other options (e.g.,
gather
,given
)
- Signature
- Multiple dispatch
- More on MAIN subroutines
- Nested subroutines
- Anonymous subroutines
- Creating modules
- Using modules
- Different types of importing (
import
,need
, etc.) - Introspections
- Installing modules from web
- Classes in Raku
- Attributes
- Methods
- Class methods
- Subroutines vs methods
- Inheritance
- Roles
- Introspection
- Standard input, output, and errors
- Working with files
- Working with directories
- File streams
- The
try
block - What is a soft failure
- The
CATCH
phaser - Exception objects
- Failure objects
- Multiple dispatch in handling exceptions
- Custom exceptions
- Literals and character classes
- Regexp matching
- Quantifiers
- Captures
- Alternations
- Anchors
- Forward and backward assertions
- Adverbs (such as
:g
etc.) - String substitution and replacement
- What is a grammar
- Creating grammars
- Rules
- Tokens
- Grammars vs. classes and inheritance
- AST (Abstract syntax tree),
make
andmade
- Actions
- Inline actions vs. action class
- Recursion
- Reduction
- Higher-order functions
- Lambdas
- Data feeds
- Iterators
- Lazy and infinite sequences
- Junctions
- Threads
- Promises
- Channels
- Supplies
- Live and on-demand supplies
- Understanding
react
- Understanding
whenever
- Understanding
await
- Making remote connections
- Simple HTTP client
- Simple HTTP server
- Cro 101
- List of quizzes
- List of exercises
© 2021