Advantages of C over perl?

Showing Answers 1 - 2 of 2 Answers

salim pathan

  • May 18th, 2006
 

In reality PERL interpreter is written in C. So what all advantages C have are also possesed by PERL.

Otherwise C is faster than PERL, because PERL is an interpreted language.

  Was this answer useful?  Yes

Name

  • May 21st, 2006
 

* There are more development tools for C than for PERL* There are less PERL programers around than C programmers* PERL execute slower than C programs do* Perl appears to be an interpreted language but the code is complied on the fly. * If you don't want others to use your Perl code you need to hide your code somehow unlike in C* Without additional tools it is impossible to create an executable of a Perl program

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions