@@ -219,14 +219,16 @@ CPython, they always have more things they would like to do than they have
219
219
developers to work on them. Some major examples that may be of interest are:
220
220
221
221
* 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.
223
225
* Jython _: A Python interpreter focused on good integration with the Java
224
- Virtual Machine (JVM) environment
226
+ Virtual Machine (JVM) environment.
225
227
* 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.
227
229
* Stackless _: A Python interpreter focused on providing lightweight
228
230
microthreads while remaining largely compatible with CPython specific
229
- extension modules
231
+ extension modules.
230
232
* MicroPython _: A tiny Python interpreter with small subset of the Python
231
233
standard library that is optimised to run on microcontrollers and in
232
234
constrained environments.
@@ -326,6 +328,7 @@ Full table of contents
326
328
.. _Python : https://www.python.org/
327
329
.. _Core Python Mentorship : https://www.python.org/dev/core-mentorship/
328
330
.. _PyPy : https://pypy.org
331
+ .. _GraalPy : https://www.graalvm.org/python/
329
332
.. _Jython : https://www.jython.org/
330
333
.. _IronPython : https://ironpython.net/
331
334
.. _Stackless : https://github.com/stackless-dev/stackless/wiki/
0 commit comments