Implementations of Python
So, let's see. There's
- CPython
- Jython
- IronPython
- PyPy
- Starkiller
- Something on Parrot
- Something on Smalltalk VM
- Stackless (which is a kind of a different implementation) and
- Psyco (which is a kind of a JIT compiler for Python)
I wouldn't complain about Python having too few independent implementations anymore.
[permalink] [5 comments] 29.07.2004, 22:14
Filed under: python