in reply to Benchmark C++ vs Perl
Both languages have their limitations. I remember reading one Benchmark years ago, where they implemented a text-file processing problem in different languages. The ranking was as follows:
Now, if I could just remember the reference...
Of course, comparing languages can be rather arbitrary. You have to make sure your implementations are really equivalent (for example, a C++ array is not equivalent to a Perl array).
|
|---|