Comment Re:Looked at it once (Score 1) 58
Last I checked Ruby execution was slow compared to Python. That, however, tells you where you shouldn't use it, not *that* you shouldn't use it. And Ruby can easily call C routines (with the usual caveats).
OTOH, in some task spaces, design in Ruby is fast compared to design in Python, and in almost all it's fast compared to design in C. (That said, I generally prefer to design in Python and then re-implement in C++.)