Changeset 9982 for docs/Perl6/FAQ
- Timestamp:
- 04/17/06 16:00:06 (3 years ago)
- Files:
-
- 1 modified
-
docs/Perl6/FAQ/FUD.pod (modified) (6 diffs)
Legend:
- Unmodified
- Added
- Removed
-
docs/Perl6/FAQ/FUD.pod
r9980 r9982 26 26 =head2 Perl 6 has too many operators! 27 27 28 Compared to Perl 5, Perl 6 has a few more operators -- and a few I<less>28 Compared to Perl 5, Perl 6 has a few more operators -- and slightly I<fewer> 29 29 precedence levels. This doesn't automatically make the language harder to 30 30 learn. Many operators are there to make your life much easier. Many tedious … … 102 102 103 103 To 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 Perl105 5 will not suddenly disappear.104 Whether this is worth the effort is up to you to decide. Rest assured 105 that Perl 5 will not suddenly disappear. 106 106 107 107 =head2 Perl 6 is hard to learn! … … 115 115 116 116 Many 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.117 object oriented programming, the differences are huge. Perl 5 supported 118 OOP, but didn't do much to help you write in it. Perl 6 has a very 119 complete object model. Perl 5 was not well suited for teaching OO to 120 beginners, because of its explicit complexity when dealing with objects. 121 121 122 122 Perl 6 aims to be much more usable in academic programming, and for first time … … 127 127 While a release date is purposefully not given, there is no reason to assume 128 128 that 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 to130 us,is challenging and takes a lot of time. Perl 5 has been around for over 15129 of programming currently known to man (as well as some entirely new ones) 130 is challenging and takes a lot of time. Perl 5 has been around for over 15 131 131 years, and Perl 6 will also be built to last at least 20. 132 132 … … 207 207 =head2 It takes too long to port all CPAN modules! 208 208 209 =head2 "Programming Perl"will be three volumes!209 =head2 I<Programming Perl> will be three volumes! 210 210 211 211 =head2 POD will still not support OO and Grammars! … … 223 223 =head2 Perl 6 will not be able to fix the line noise stigma! 224 224 225 =head2 Perl 6 is un -necessary andhurting Perl 5 development!225 =head2 Perl 6 is unnecessary and is hurting Perl 5 development! 226 226 227 227 =head2 There is too much misinformation surrounding Perl 6!
