| ▲ | pjmlp 2 days ago | |||||||
CPython current state is more a reflection of resources spent, than what is possible. See experience with Smalltalk and Self, where everything is dynamic dispatch, everything is an object, in a live image that can be monkey patched at any given second. PyPy and GraalPy, and the oldie IronPython, are much better experiences than where CPython currently stands on. | ||||||||
| ▲ | dec0dedab0de 2 days ago | parent [-] | |||||||
The problem is that AI has been dominating the conversation for so many years, and they'll get more improvements from removing the GIL than they would from adopting the PyPy JIT. The JIT would help everyone else more than removing the GIL, I wish PyPy became the reference implementation during 2.7 | ||||||||
| ||||||||