|
4 | 4 |
|
5 | 5 | =SUBTITLE Frequently Asked Questions about Perl 6
|
6 | 6 |
|
| 7 | +=head1 General |
| 8 | +
|
| 9 | +=head2 What's the difference between Rakudo and Perl 6? |
| 10 | +
|
| 11 | +Rakudo is an implementation of Perl 6. Its currently the most developed but |
| 12 | +there have been other implementations in the past and probably others in the |
| 13 | +future. Perl 6 is the definition of the language. Many times the two names |
| 14 | +will be used loosely and interchangeably. |
| 15 | +
|
| 16 | +=head2 As a Perl 6 beginner what should I install? |
| 17 | +
|
| 18 | +If you are a Linux or Mac user you probably want to download Rakudo Star and |
| 19 | +install via compilation (a simple process) the MoarVM version available from |
| 20 | +L<http://rakudo.org/downloads/star/|http://rakudo.org/downloads/star>. |
| 21 | +
|
| 22 | +If you are a Windows 32 or 64 bit user then Rakudo Star binaries are also |
| 23 | +available at the rakudo site. You will need Windows Git to use panda. |
| 24 | +
|
| 25 | +There will probably be Linux and Mac binaries available shortly from vendors |
| 26 | +and third parties. Although vendor versions may be outdated. |
| 27 | +
|
| 28 | +=head2 As an intermediate to advanced user I want to track Rakudo development. |
| 29 | +
|
| 30 | +Install L<rakudobrew|https://github.com/tadzik/rakudobrew> which resembles |
| 31 | +Perl 5's perlbrew and the equivalent Python and Ruby tools. |
| 32 | +
|
| 33 | +=head2 Where can I find good documentation on Perl 6? |
| 34 | +
|
| 35 | +The most reliable information is to be found either under the perl6.org domains or directly linked from it. |
| 36 | +
|
| 37 | +L<http://www.perl6.org/documentation/|http://www.perl6.org/documentation/> |
| 38 | +
|
| 39 | +and |
| 40 | +
|
| 41 | +L<http://doc.perl6.org/|http://doc.perl6.org/> |
| 42 | +
|
| 43 | +is the canonical technical reference. |
| 44 | +
|
| 45 | +There is much good recent material on Youtube but be careful to check any dates |
| 46 | +on webpages since much of the Perl 6 information on random websites found |
| 47 | +by Google is often outdated. |
| 48 | +
|
7 | 49 | =head1 Language Features
|
8 | 50 |
|
9 | 51 | =head2 Why is the Rakudo compiler sometimes more apologetic?
|
|
0 commit comments