Skip to content

Commit 529dfe4

Browse files
authored
Reorder list and add graalpy link
1 parent a6178e1 commit 529dfe4

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

index.rst

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -218,10 +218,10 @@ developers to work on them. Some major examples that may be of interest are:
218218

219219
* PyPy_: A Python interpreter focused on high speed (JIT-compiled) operation
220220
on major platforms.
221+
* GraalPy_: Another Python interpreter which has first-class support for
222+
embedding in Java, built on GraalVM.
221223
* Jython_: A Python interpreter focused on good integration with the Java
222224
Virtual Machine (JVM) environment.
223-
* GraalPy: Another Python interpreter which has first-class support for
224-
embedding in Java, built on GraalVM.
225225
* IronPython_: A Python interpreter focused on good integration with the
226226
Common Language Runtime (CLR) provided by .NET and Mono.
227227
* Stackless_: A Python interpreter focused on providing lightweight
@@ -325,6 +325,7 @@ Full table of contents
325325
.. _Python: https://www.python.org/
326326
.. _Core Python Mentorship: https://www.python.org/dev/core-mentorship/
327327
.. _PyPy: https://www.pypy.org
328+
.. _GraalPy: https://www.graalvm.org/python/
328329
.. _Jython: https://www.jython.org/
329330
.. _IronPython: https://ironpython.net/
330331
.. _Stackless: https://github.com/stackless-dev/stackless/wiki/

0 commit comments

Comments
 (0)