in reply to Re: Perl's rank among languages
in thread Perl's rank among languages

Also, using integer is unnecessary and is bound to slow the code down.

Actually, using integer when you just need integer arithmetic speeds the code up slightly (about 30% in my benchmark). The real question in this "shootout" is if its worth the extra line of code and how CPU and lines of code are weighted in the score :-)