Changeset 9982 for docs/Perl6/FAQ

Show
Ignore:
Timestamp:
04/17/06 16:00:06 (3 years ago)
Author:
gaal
Message:

r10033@sike: roo | 2006-04-17 16:59:04 +0300

  • FAQ::FUD - English tweaks
Files:
1 modified

Legend:

Unmodified
Added
Removed
  • docs/Perl6/FAQ/FUD.pod

    r9980 r9982  
    2626=head2 Perl 6 has too many operators! 
    2727 
    28 Compared to Perl 5, Perl 6 has a few more operators -- and a few I<less> 
     28Compared to Perl 5, Perl 6 has a few more operators -- and slightly I<fewer> 
    2929precedence levels. This doesn't automatically make the language harder to 
    3030learn. Many operators are there to make your life much easier. Many tedious 
     
    102102 
    103103To get idiomatic Perl 6, yes, you will need to rewrite the code by hand. 
    104 Whether this is worth the effort is up to you to decide. Keep in mind that Perl 
    105 5 will not suddenly disappear. 
     104Whether this is worth the effort is up to you to decide. Rest assured 
     105that Perl 5 will not suddenly disappear. 
    106106 
    107107=head2 Perl 6 is hard to learn! 
     
    115115 
    116116Many things that required manual fiddling are now automatic. Especially in 
    117 object oriented programming, the differences are huge. Perl 5 supported OOP, 
    118 but didn't do much to help you do so. Perl 6 has a very complete object model. 
    119 Perl 5 was, because of its complexity when dealing with objects, not well 
    120 suited for teaching OO to beginners. 
     117object oriented programming, the differences are huge. Perl 5 supported 
     118OOP, but didn't do much to help you write in it. Perl 6 has a very 
     119complete object model. Perl 5 was not well suited for teaching OO to 
     120beginners, because of its explicit complexity when dealing with objects. 
    121121 
    122122Perl 6 aims to be much more usable in academic programming, and for first time 
     
    127127While a release date is purposefully not given, there is no reason to assume 
    128128that it will never be released. Building a language that supports all the ways 
    129 of programming currently known to man, but also ways that are entirely new to 
    130 us, is challenging and takes a lot of time. Perl 5 has been around for over 15 
     129of programming currently known to man (as well as some entirely new ones) 
     130is challenging and takes a lot of time. Perl 5 has been around for over 15 
    131131years, and Perl 6 will also be built to last at least 20. 
    132132 
     
    207207=head2 It takes too long to port all CPAN modules! 
    208208 
    209 =head2 "Programming Perl" will be three volumes! 
     209=head2 I<Programming Perl> will be three volumes! 
    210210 
    211211=head2 POD will still not support OO and Grammars! 
     
    223223=head2 Perl 6 will not be able to fix the line noise stigma! 
    224224 
    225 =head2 Perl 6 is un-necessary and hurting Perl 5 development! 
     225=head2 Perl 6 is unnecessary and is hurting Perl 5 development! 
    226226 
    227227=head2 There is too much misinformation surrounding Perl 6!