YAPyPy Save

Yet another Python Python

Project README

YAPyPy Coverage Status

Yet Another Python Python(YAPyPy), which is extended from and compatible to the original CPython.

Why YAPyPy?

  • Compatibility:

    With YAPyPy in Python3.6+, you can run any Python 3.x source codes with full compatibilities.

  • Scalability:

    Pattern matching and other popular syntax sugars would be added.

    Anything could be implemented in a trivial way through multiphase Python( interpreters are provided for you to change ASTs or even calculate constant values/procedure structures before bytecode emitted).

  • Optimization:

    You can write your own passes to optimize Python bytecode in specific scenes, or even perform JIT techniques when it's possible.

Open Source Agenda is not affiliated with "YAPyPy" Project. README Source: Xython/YAPyPy
Stars
90
Open Issues
4
Last Commit
5 years ago
Repository
License
MIT

Open Source Agenda Badge

Open Source Agenda Rating