File tree Expand file tree Collapse file tree 1 file changed +10
-2
lines changed Expand file tree Collapse file tree 1 file changed +10
-2
lines changed Original file line number Diff line number Diff line change @@ -26,9 +26,17 @@ $ perl6 -v
26
26
This is Rakudo version 2017.07 built on MoarVM version 2017.07
27
27
implementing Perl 6.c.
28
28
29
- = head2 When is v6.d likely to be released?
29
+ = head2 When is v6.d going to be released?
30
30
31
- Not for some time since a lot of work is needed.
31
+ Some time in 2018. The goal is to have something we want to call 6.d
32
+ first, and for actual release dates to come later.
33
+
34
+ You can already use some of the new features by using C < use v6.d.PREVIEW >
35
+ L < pragma|https://docs.perl6.org/language/pragmas > . Also, many of the 6.d
36
+ features were already implemented in 6.c compiler, due to the lack
37
+ (at the time) of the infrastructure to support separate language versions.
38
+ Thus, when 6.d is released, you may find you were already using many
39
+ of the new features.
32
40
33
41
= head2 As a Perl 6 beginner, what should I install?
34
42
X < |Rakudo Star (FAQ) >
You can’t perform that action at this time.
0 commit comments