How can C not support more styles of development than Perl or C++? both are, or were, written in C. The first "compilers" for C++ actually translated to C so C has to be able to do OO (albiet not in a fashion you would want to read).
How much of the Perl we write is really "out of the box Perl"? Pretty much anything we write should at least include "use strict; use warnings;", but straight off we are using modules, core for sure, but are they part of the language?
How much C is really "out of the box C"? Ever used printf or any other I/O in C? Is I/O part of the language?
At the end of the day what is part of the language is unimportant. What is more important, as has been suggested by others is, how well does the language fit the task at hand and the range of tasks handled.
While you can solve most problems in most languages, some are just naturally (or designedly) better at some tasks than others. For me Perl is an excellent tool that makes simple things easy. I'm not so worried by hard things and often for hard things there is a better candidate, but there are many more simple things that have to get done than there are hard things.
So, until all the simple jobs are done, I think Perl has a pretty firm place in the scheme of things.
In reply to Re^3: wondering the development of perl
by GrandFather
in thread wondering the development of perl
by jesuashok
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |