class Raku does Systemic { }

Built-in class for providing information related to the implementation of the Raku language. Usually accessed through the $*RAKU dynamic variable.

Methods§

method compiler§

Instance method returning the compiler object, of type Compiler, associated with the Raku object.

method DISTROnames§

Instance / Class method returning the names of the Distro objects that are supported by this version of Raku.

method KERNELnames§

Instance / Class method returning the names of the Kernel objects that are supported by this version of Raku.

method VMnames§

Instance / Class method returning the names of the VM objects that are supported by this version of Raku.

See Also§

Systemic, Compiler.

Typegraph§

Type relations for Raku
raku-type-graph Raku Raku Any Any Raku->Any Systemic Systemic Raku->Systemic Mu Mu Any->Mu Perl Perl Perl->Raku

Expand chart above