PHP vs. Python vs. C (all with GMP)
I've written a PHP script that uses sqlite as a backend database. My goal is to collect "all" the primes starting with 2.
I've done *some* work with PHP and C relating to large numbers, using GMP, but I haven't played with Python any more than printing out "Hello World".
That said, is 1 language better than another? I understand that compiled code executes faster but once the program is loaded into memory aren't they all pretty much the same?
|