Hacker News new | ask | show | jobs
by mahouse 4088 days ago
Just make it faster and everybody will move. No need for fancy new stuff... I'm eager.
2 comments

"Just make it faster and everybody will move" is demonstrably false. See PyPy.
PyPy is another implementation. Might as well be another planet. Extensions break or are slower. Different toolkits. DB Drivers not working, etc.
Of course, "no regressions" is another condition. With PyPy lots of C extensions break.
I agree. Introduce a JIT in CPython and optimize the hell out of it like Javascript does.