Skip to content

Commit

Permalink
perl6.org linked, added whitespace, closes #2143
Browse files Browse the repository at this point in the history
  • Loading branch information
JJ committed Jul 26, 2018
1 parent 662d8b9 commit aa4363f
Showing 1 changed file with 13 additions and 7 deletions.
20 changes: 13 additions & 7 deletions doc/Language/faq.pod6
Expand Up @@ -21,9 +21,9 @@ Yes with the Rakudo 2015.12 implementation version on December 25th 2015.
=head2 Is there a Perl 6 version 6.0.0?
No. The first stable language specification version is v6.c ("Christmas"). Future
versions of the spec may have point releases (e.g. v6.c.2) or major releases
(e.g., v6.d).
No. The first stable language specification version is v6.c ("Christmas").
Future versions of the spec may have point releases (e.g. v6.c.2) or major
releases (e.g., v6.d).
Running C<perl6 -v> will display the language version your compiler implements:
Expand Down Expand Up @@ -109,22 +109,28 @@ X<|Books>
Here are some available books, in no particular order:
=item L<Perl 6 at a Glance|https://deeptext.media/perl6-at-a-glance/>, by Andrew Shitov
=item L<Perl 6 at a Glance|https://deeptext.media/perl6-at-a-glance/>, by Andrew
Shitov
=item L<Think Perl 6: How to Think Like a Computer Scientist|http://greenteapress.com/wp/think-perl-6/>, by Laurent Rosenfeld.
=item L<Perl 6 Fundamentals|https://www.apress.com/us/book/9781484228982>, by Moritz Lenz
=item L<Perl 6 Fundamentals|https://www.apress.com/us/book/9781484228982>, by
Moritz Lenz
=item L<Parsing with Perl 6 Regexes and Grammars|https://smile.amazon.com/dp/1484232275/>, by Moritz Lenz
=item L<Learning Perl 6|https://www.learningperl6.com/>, by Brian D. Foy (In July 2018, this is in a very advanced publication stage)
=item L<Learning Perl 6|https://www.learningperl6.com/>, by Brian D. Foy (To be
published in September 2018)
=item L<Metagenomics|https://www.gitbook.com/book/kyclark/metagenomics/details>, by Ken Youens-Clark
=item L<Learning to program with Perl&nbsp;6: First Steps|https://www.amazon.com/gp/product/B07221XCVL>, by JJ Merelo
=item L<Learning to program with Perl 6: First Steps|https://www.amazon.com/gp/product/B07221XCVL>, by JJ Merelo
=item L<Perl 6 Deep Dive|https://www.packtpub.com/application-development/perl-6-deep-dive">, by Andrew Shitov
A list of books published or in progress is maintained in
L<C<perl6.org>|https://perl6.org/resources/>.
X<|Specification (FAQ)>
=head2 What is the Perl 6 specification?
Expand Down

1 comment on commit aa4363f

@rafaelschipiura
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

What about including the contents from perl6book.com in this section instead? http://colabti.org/irclogger/irclogger_log/perl6?date=2018-07-27#l246

Please sign in to comment.