in reply to Re^6: What esteemed monks think about changes necessary/desirable in Perl 7 outside of OO staff
in thread What esteemed monks think about changes necessary/desirable in Perl 7 outside of OO staff
Judging by the code I see at PerlMonks and in the various CPAN source I have looked at, post-fix statements are pervasive among experienced Perl users. I think partly this is true because they break through the clutter of more conventional languages to make "simple things simple" and clear.
It is somewhat the difference between writing short comprehensible sentences in prose and writing longer tortuous incomprehensible meandering sentences that are harder to parse and harder to understand. Perl encourages short comprehensible sentences.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^8: What esteemed monks think about changes necessary/desirable in Perl 7 outside of OO staff
by tobyink (Canon) on Sep 28, 2020 at 08:12 UTC | |
|