|
|
|
|
|
by bjoli
2617 days ago
|
|
Python and ruby have about the same speed for most common tasks (or at least in the same ballpark), IE: dirt slow once you leave the comfort of the fast parts of the runtime that are written in C. In reality this is fast enough for most tasks. |
|
Might have to learn me some Ruby just to figure out this mystery.