Skip to content

Commit e35a5ac

Browse files
committed
Add mention about NQP (Not Quite Peanuts)
1 parent 985934b commit e35a5ac

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

solutions/language/PATH-TO-RAKU.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ cooperation. It will affect people in foreseen and unforeseen ways.
88

99
## Language changes
1010

11-
## .perl
11+
### .perl
1212

1313
The `.perl` method should be deprecated in 6.e, and removed in 6.f/g. It
1414
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
2121
`CallFrame.codeobj` and `\.codes` to `\.codepoints` appears to be an option
2222
to be discussed further.
2323

24-
## Versioning
24+
### Versioning
2525

2626
Because the next language release (6.e) will not coincide with
2727
the rename, no changes to versioning of the language need to be done.
2828
Given we are no longer forced to have "6" in the version, there are now
2929
more options to do language versioning properly, and this aspect will
3030
need to be discussed separately.
3131

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+
3238
## Documentation changes
3339

3440
Wherever `Perl 6` is mentioned in the documentation, this should be changed

0 commit comments

Comments
 (0)