HN2new | past | comments | ask | show | jobs | submitlogin
How come we never hear of PyPy anymore?
3 points by mech422 on Sept 18, 2024 | hide | past | favorite | 2 comments
'alternate' python implementations seem to come up every so often (including today) but we never seem to hear about PyPy(1) any more...

Is there some issue with it I'm unaware of? It sounds pretty awesome on the face of it...

1) https://pypy.org/features.html



Most heavy tasks are not implemented in python so even a 4x speedup in an implementation doesn't matter for most wrapper code plus pypy isn't fully compatible with cpython.

And fewer and fewer people are building large business logic applications in Python (Django is dying out, for instance).

I think pypy is still probably the second most common python implementation though.


I suppose - though we still seem to have interest in a 'faster' python, and its more compatible then a lot of the alternatives. They had just gotten SQLAlchemy(?) working with it when I moved on to other stuff, so I never got a chance to try it out for 'real' work...

I have to admit though, I don't reach for python as much as I used to, so I can see your point.




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: