File tree Expand file tree Collapse file tree 1 file changed +8
-2
lines changed Expand file tree Collapse file tree 1 file changed +8
-2
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ cooperation. It will affect people in foreseen and unforeseen ways.
8
8
9
9
## Language changes
10
10
11
- ## .perl
11
+ ### .perl
12
12
13
13
The ` .perl ` method should be deprecated in 6.e, and removed in 6.f/g. It
14
14
should be replaced by a ` .raku ` method. This could be implemented by a
@@ -21,14 +21,20 @@ clashes with the `\.codes` method. Renaming `CallFrame.code` to
21
21
` CallFrame.codeobj ` and ` \.codes ` to ` \.codepoints ` appears to be an option
22
22
to be discussed further.
23
23
24
- ## Versioning
24
+ ### Versioning
25
25
26
26
Because the next language release (6.e) will not coincide with
27
27
the rename, no changes to versioning of the language need to be done.
28
28
Given we are no longer forced to have "6" in the version, there are now
29
29
more options to do language versioning properly, and this aspect will
30
30
need to be discussed separately.
31
31
32
+ ### NQP
33
+
34
+ The acronym for NQP is Not Quite Perl. It feels that this could stay, or maybe
35
+ officially document that NQP doesn't stand for anything anymore, or find a
36
+ backcronym for it, such as "Not Quite Peanuts".
37
+
32
38
## Documentation changes
33
39
34
40
Wherever ` Perl 6 ` is mentioned in the documentation, this should be changed
You can’t perform that action at this time.
0 commit comments