File tree Expand file tree Collapse file tree 1 file changed +6
-4
lines changed
Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -217,14 +217,16 @@ CPython, they always have more things they would like to do than they have
217217developers 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.
You can’t perform that action at this time.
0 commit comments