Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Elaborate on $*RAKU and Raku class
  • Loading branch information
lizmat committed Sep 3, 2019
1 parent dcd66a7 commit 0dc6534
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions solutions/language/PATH-TO-RAKU.md
Expand Up @@ -24,9 +24,9 @@ Renaming to `.code` currently clashes with `CallFrame.code`, visually clashes
with the `.codes` method, and it being a generic name, probably also clashes
with CPAN and DarkPan Perl 6 modules.

Also the `$*PERL` dynamic variable and the `Perl` class will need to be
renamed, probably to `$*RAKU` and `Raku`, respectively. After a deprecation
cycle of course.
`$*RAKU` and the `Raku` class will be the replacement of `$*PERL` and the
`Perl` class, which initially will just be aliases. At a language boundary
switch, they will become actual type declarations.

### Pragmas

Expand Down

0 comments on commit 0dc6534

Please sign in to comment.