Compare commits

...

3 Commits

Author SHA1 Message Date
Vinta Chen
173b05c1f6
Merge pull request #2343 from renatocfrancisco/patch-1
Update link for Pyston
2023-07-01 16:33:39 +08:00
Renato C. Francisco
22a34e043f
Merge branch 'vinta:master' into patch-1 2023-06-22 14:39:34 -03:00
Renato C. Francisco
1df5568c6e
New link for Pyston
Old link was just the old pyston repository with a readme.
2023-02-06 07:43:31 -03:00

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.
* [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.
* [Pyston](https://github.com/dropbox/pyston) - A Python implementation using JIT techniques.
* [Pyston](https://github.com/pyston/pyston/) - A Python implementation using JIT techniques.
* [Stackless Python](https://github.com/stackless-dev/stackless) - An enhanced version of the Python programming language.
## Interactive Interpreter