Exciting changes for python
Exciting changes for python
Posted Aug 4, 2025 12:13 UTC (Mon) by mb (subscriber, #50428)In reply to: Exciting changes for python by anselm
Parent article: Following up on the Python JIT
Well, Ok. So? It's fine.
I just don't see how that makes Python "perfectly adequate". It's a business decision. Not a technology decision. It could very well be a technology lock-in by now.
I have just experienced the exact opposite of "Python performance is perfectly adequate for a large number of use cases".
In my experience it's only adequate if the performance critical part is actually written in some other compiled language.
The initial advantage of extremely fast development quickly turns around into extremely slow execution times and extremely slow development times due to dynamic typing getting out of hand. Did you ever do a major refactoring of some large Python code base? It takes years to find all corner cases and error paths. And you can never be sure that you got everything.