class Raku
ErrorsCollection

class Raku

Raku related information

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.