in reply to Re: Let's face it, Perl *is* a scripting language
in thread Let's face it, Perl *is* a scripting language

Perl is written in C, so when the parser has figured out what you want to do, you're executing compiled code as fast as any C program.
Excellent. Now I know that every language, like PHP, Ruby, Prolog, Javascript, etc. is as fast as C.
  • Comment on Re^2: Let's face it, Perl *is* a scripting language