|
|
|
|
|
by arc776
2071 days ago
|
|
I completely agree. Everything is baked in to be slow. There is no way around it, I don't think you can write super fast interpreters like with Javascript - I might be wrong, but so far it hasn't happened. For general use cases the performance is fine, but only thanks to the hard work of C/CPython/Cython programmers who give up Python's rich expressibility to gain this performance. It seems like you simply have to use another language to get anything running fast. Having said all that, Pyc seems interesting as it apparently compiles Python. Has anyone had any experience of this? |
|
What aspects of the language are you convinced cannot be optimised? There's tons of research in this area.