@@ -39,12 +39,12 @@ X<|v6.d (FAQ)>
39
39
There is no planned date, although L < Diwali 2018|https://en.wikipedia.org/wiki/Diwali >
40
40
looks to be an attractive date for a release codenamed C < Diwali > .
41
41
42
- The vast majority of 6.d features are already implemented and available in
43
- in the Rakudo compiler without requiring any special pragmas, as they did
44
- not conflict with the 6.c specification.
45
- A smaller set of features and behaviours is available automatically if you
46
- have the C < use v6.d.PREVIEW> pragma at the top of the file. The rest of about
47
- 3100 new commits to the language specification simply clarify previously
42
+ The vast majority of 6.d features are already implemented and available
43
+ in in the Rakudo compiler without requiring any special pragmas, as they
44
+ did not conflict with the 6.c specification. A smaller set of features
45
+ and behaviours is available automatically if you have the C < use
46
+ v6.d.PREVIEW > pragma at the top of the file. The rest of about 3100 new
47
+ commits to the language specification simply clarify previously
48
48
undefined behaviour.
49
49
50
50
X < |Rakudo Star DMG binary installer (FAQ) > X < |Rakudo Star MSI binary installer (FAQ) > X < |Rakudo Star docker image (FAQ) >
@@ -54,11 +54,12 @@ X<|Rakudo Star for Linux (FAQ)> X<|Rakudo Star for Windows (FAQ)> X<|Rakudo Star
54
54
Mac users can use the latest Rakudo Star DMG binary installer at
55
55
L < https://rakudo.org/downloads/star >
56
56
57
- Windows users can use the Rakudo Star MSI binary installer. You will need
58
- Windows Git and Strawberry Perl 5 to use zef to install library modules.
57
+ Windows users can use the Rakudo Star MSI binary installer. You will
58
+ need Windows Git and Strawberry Perl 5 to use zef to install library
59
+ modules.
59
60
60
- Linux users probably want to download Rakudo Star and follow the compilation
61
- instructions at L < https://www.perl6.org/downloads/ > .
61
+ Linux users probably want to download Rakudo Star and follow the
62
+ compilation instructions at L < https://www.perl6.org/downloads/ > .
62
63
63
64
There should be Linux and Mac binaries available from vendors and third
64
65
parties, although vendor versions may be outdated. Versions before
@@ -76,12 +77,14 @@ may contain severe bugs. If you're interested in contributing to Rakudo
76
77
Perl 6 compiler, you may find
77
78
L < Z-Script helper tool|https://github.com/zoffixznet/z > useful.
78
79
79
- To install the last official monthly release check out the tag visible at
80
- L < https://raw.githubusercontent.com/rakudo/rakudo/master/VERSION >
81
- or set up L < a helper command|https://github.com/zoffixznet/r#table-of-contents > .
80
+ To install the last official monthly release check out the tag visible
81
+ at L < https://raw.githubusercontent.com/rakudo/rakudo/master/VERSION > or
82
+ set up L < a helper command|https://github.com/zoffixznet/r#table-of-contents > .
82
83
83
- Some users choose to use L < rakudobrew|https://github.com/tadzik/rakudobrew > ,
84
- which allows installation of multiple versions of rakudo. Be sure to L < read its documentation|https://github.com/tadzik/rakudobrew#making-new-scripts-available > .
84
+ Some users choose to use
85
+ L < rakudobrew|https://github.com/tadzik/rakudobrew > ,
86
+ which allows installation of multiple versions of rakudo. Be sure to
87
+ L < read its documentation|https://github.com/tadzik/rakudobrew#making-new-scripts-available > .
85
88
86
89
In either case you will probably need to also install
87
90
L « C < zef > |https://modules.perl6.org/dist/zef:github» and
@@ -90,11 +93,10 @@ L<ecosystem|https://modules.perl6.org/>.
90
93
91
94
= head2 Where can I find good documentation on Perl 6?
92
95
93
- See L < the official documentation website|https://docs.perl6.org/ > (especially
94
- its L < "Language" section|https://docs.perl6.org/language.html > ) as well as
95
- the L < Resources page|https://perl6.org/resources/ > .
96
- You can also consult this
97
- L < great cheatsheet|https://htmlpreview.github.io/?https://github.com/perl6/mu/blob/master/docs/Perl6/Cheatsheet/cheatsheet.html > .
96
+ See L < the official documentation website|https://docs.perl6.org/ >
97
+ (especially its L < "Language" section|https://docs.perl6.org/language.html > ) as well as the
98
+ L < Resources page|https://perl6.org/resources/ > . You can also consult
99
+ this L < great cheatsheet|https://htmlpreview.github.io/?https://github.com/perl6/mu/blob/master/docs/Perl6/Cheatsheet/cheatsheet.html > .
98
100
99
101
L < perl6book.com|https://perl6book.com/ > contains a list of dead tree and
100
102
electronic books.
0 commit comments