Skip to content

Commit 0dc6534

Browse files
committed
Elaborate on $*RAKU and Raku class
1 parent dcd66a7 commit 0dc6534

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

solutions/language/PATH-TO-RAKU.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,9 @@ Renaming to `.code` currently clashes with `CallFrame.code`, visually clashes
2424
with the `.codes` method, and it being a generic name, probably also clashes
2525
with CPAN and DarkPan Perl 6 modules.
2626

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

3131
### Pragmas
3232

0 commit comments

Comments
 (0)