Tim Bunce, the author of the Perl DBI, the database library that
has influenced similar works in most languages, has published a
presentation about Perl myths. The essential list of myths
goes:
- Perl is dead. No, it's alive and kicking (look at the numbers)
- Perl is difficult to read. So are Java and C++, when written by bad programmers.
- Perl 6 is killing Perl 5. Actually, the opposite is true. While Perl 6 is taking way too long to be implemented, its analysis has advantaged Perl 5, which has grown new features and performance in 5.10.
Highly educational stuff, as it is this other article: Good Perl code is the best form of
evangelism.
As for me, Perl is my main tool of the trade, not only with …