Compare commits

..

No commits in common. "173b05c1f6705b7198806b620c9e9553ea73d6a5" and "fcf4aeb762ab301e219a94f084fd43cc19924790" have entirely different histories.

View File

@ -786,7 +786,7 @@ Inspired by [awesome-php](https://github.com/ziadoz/awesome-php).
* [PeachPy](https://github.com/Maratyszcza/PeachPy) - x86-64 assembler embedded in Python. * [PeachPy](https://github.com/Maratyszcza/PeachPy) - x86-64 assembler embedded in Python.
* [Pyjion](https://github.com/Microsoft/Pyjion) - A JIT for Python based upon CoreCLR. * [Pyjion](https://github.com/Microsoft/Pyjion) - A JIT for Python based upon CoreCLR.
* [PyPy](https://foss.heptapod.net/pypy/pypy) - A very fast and compliant implementation of the Python language. * [PyPy](https://foss.heptapod.net/pypy/pypy) - A very fast and compliant implementation of the Python language.
* [Pyston](https://github.com/pyston/pyston/) - A Python implementation using JIT techniques. * [Pyston](https://github.com/dropbox/pyston) - A Python implementation using JIT techniques.
* [Stackless Python](https://github.com/stackless-dev/stackless) - An enhanced version of the Python programming language. * [Stackless Python](https://github.com/stackless-dev/stackless) - An enhanced version of the Python programming language.
## Interactive Interpreter ## Interactive Interpreter