Skip to content

Commit b8d4541

Browse files
committed
Some reflow in the FAQ page
1 parent 05dcfbf commit b8d4541

File tree

1 file changed

+22
-20
lines changed

1 file changed

+22
-20
lines changed

doc/Language/faq.pod6

Lines changed: 22 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -39,12 +39,12 @@ X<|v6.d (FAQ)>
3939
There is no planned date, although L<Diwali 2018|https://en.wikipedia.org/wiki/Diwali>
4040
looks to be an attractive date for a release codenamed C<Diwali>.
4141
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
4848
undefined behaviour.
4949
5050
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
5454
Mac users can use the latest Rakudo Star DMG binary installer at
5555
L<https://rakudo.org/downloads/star>
5656
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.
5960
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/>.
6263
6364
There should be Linux and Mac binaries available from vendors and third
6465
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
7677
Perl 6 compiler, you may find
7778
L<Z-Script helper tool|https://github.com/zoffixznet/z> useful.
7879
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>.
8283
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>.
8588
8689
In either case you will probably need to also install
8790
L«C<zef>|https://modules.perl6.org/dist/zef:github» and
@@ -90,11 +93,10 @@ L<ecosystem|https://modules.perl6.org/>.
9093
9194
=head2 Where can I find good documentation on Perl 6?
9295
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>.
98100
99101
L<perl6book.com|https://perl6book.com/> contains a list of dead tree and
100102
electronic books.

0 commit comments

Comments
 (0)