Skip to content

Commit a6178e1

Browse files
authored
Mention GraalPy in other implementaion section
1 parent 5fde845 commit a6178e1

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

index.rst

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -217,14 +217,16 @@ CPython, they always have more things they would like to do than they have
217217
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
220-
on major platforms
220+
on major platforms.
221221
* Jython_: A Python interpreter focused on good integration with the Java
222-
Virtual Machine (JVM) environment
222+
Virtual Machine (JVM) environment.
223+
* GraalPy: Another Python interpreter which has first-class support for
224+
embedding in Java, built on GraalVM.
223225
* IronPython_: A Python interpreter focused on good integration with the
224-
Common Language Runtime (CLR) provided by .NET and Mono
226+
Common Language Runtime (CLR) provided by .NET and Mono.
225227
* Stackless_: A Python interpreter focused on providing lightweight
226228
microthreads while remaining largely compatible with CPython specific
227-
extension modules
229+
extension modules.
228230
* MicroPython_: A tiny Python interpreter with small subset of the Python
229231
standard library that is optimised to run on microcontrollers and in
230232
constrained environments.

0 commit comments

Comments
 (0)