| 28 | | Perl 6 has a few more operators than Perl 5 had. This doesn't automatically |
| 29 | | make the language harder to learn. Many operators are there to make your life |
| 30 | | much easier. Many tedious and error prone loops are no longer needed, and |
| 31 | | there are operators that are very easy to learn that let you avoid constructs |
| 32 | | that are hard to learn. |
| 33 | | |
| 34 | | The number of operators has greatly increased because of some much needed |
| | 28 | Compared to Perl 5, Perl 6 has a few more operators -- and a few I<less> |
| | 29 | precedence levels. This doesn't automatically make the language harder to |
| | 30 | learn. Many operators are there to make your life much easier. Many tedious |
| | 31 | and error prone loops are no longer needed, and there are operators that are |
| | 32 | very easy to learn that let you avoid constructs that are hard to learn. |
| | 33 | |
| | 34 | The number of operators has increased mostly because of some much needed |