PyPy¶
Legacy Wiki Page
This page was migrated from the old MoinMoin-based wiki. Information may be outdated or no longer applicable. For current documentation, see python.org.
PyPy¶
PyPy is a Python implementation in Python. Yes, it can interpret itself!
Please refer to the PyPy home page for more information about this Python implementation.
It includes a JIT compiler, stackless-like functionality, uses the Boehm garbage collector and has whole lot of “backends” - C, LLVM, JavaScript, CLI, Java.