Skip to content

Commit 7120882

Browse files
aiskAA-TurnerStanFromIrelandhugovk
authored
Mention GraalPy in the list of other interpreters (#1618)
Co-authored-by: Adam Turner <[email protected]> Co-authored-by: Stan Ulbrych <[email protected]> Co-authored-by: Hugo van Kemenade <[email protected]>
1 parent eae707b commit 7120882

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

index.rst

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -219,14 +219,16 @@ CPython, they always have more things they would like to do than they have
219219
developers 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

Comments
 (0)