File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff 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/
You can’t perform that action at this time.
0 commit comments