Sometimes. If your app is network/memory/disk bound, no. If it is CPU bound, yes. That's why web apps are in Python/Ruby, and games are in C++/C#.
Also, Ruby/Python/interpreted language performances are within a magnitude of each other so they're effectively equivalent.
Sometimes. If your app is network/memory/disk bound, no. If it is CPU bound, yes. That's why web apps are in Python/Ruby, and games are in C++/C#.
Also, Ruby/Python/interpreted language performances are within a magnitude of each other so they're effectively equivalent.