in reply to Downside of Perl (relative) popularity
You are probably right that sometimes it is better to restart a project from scratch than to try to re-use pieces of code that really don't belong together.
I have to object though to the way you seem to consider C superior to Perl. C is right for low-level stuff, basically when you want efficient code, both fast and using little memory. When you are writing perl, the interpreter for example. For most other tasks the price is too high. You loose a _LOT_ in development time and potential bugs or security problems. I have worked in very few projects where the cost of using C would have been justified. And I have been involved in a lot of projects, both in C (in my pre-Perl days) and in Perl.
So yes, start from scratch, but why not start from scratch in Perl?
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: Downside of Perl (relative) popularity
by stefp (Vicar) on Mar 29, 2001 at 20:28 UTC |