@@ -219,14 +219,16 @@ CPython, they always have more things they would like to do than they have
219219developers to work on them. Some major examples that may be of interest are:
220220
221221* PyPy _: A Python interpreter focused on high speed (JIT-compiled) operation
222- on major platforms
222+ on major platforms.
223+ * GraalPy _: A Python interpreter which has first-class support for
224+ embedding in Java, built on GraalVM.
223225* Jython _: A Python interpreter focused on good integration with the Java
224- Virtual Machine (JVM) environment
226+ Virtual Machine (JVM) environment.
225227* IronPython _: A Python interpreter focused on good integration with the
226- Common Language Runtime (CLR) provided by .NET and Mono
228+ Common Language Runtime (CLR) provided by .NET and Mono.
227229* Stackless _: A Python interpreter focused on providing lightweight
228230 microthreads while remaining largely compatible with CPython specific
229- extension modules
231+ extension modules.
230232* MicroPython _: A tiny Python interpreter with small subset of the Python
231233 standard library that is optimised to run on microcontrollers and in
232234 constrained environments.
@@ -326,6 +328,7 @@ Full table of contents
326328.. _Python : https://www.python.org/
327329.. _Core Python Mentorship : https://www.python.org/dev/core-mentorship/
328330.. _PyPy : https://pypy.org
331+ .. _GraalPy : https://www.graalvm.org/python/
329332.. _Jython : https://www.jython.org/
330333.. _IronPython : https://ironpython.net/
331334.. _Stackless : https://github.com/stackless-dev/stackless/wiki/
0 commit comments