Digital Marketing

GraalVM can execute Python programs

The Python engine is not available by default, but it can be installed using GraalVM Updater:

gu install python

# graalpython
Python 3.7.4 (Fri Nov 15 17:37:58 UTC 2019)
[GraalVM CE, Java 1.8.0_232] on linux
Type "help", "copyright", "credits" or "license" for more information.
Please note: This Python implementation is in the very early stages, and can run little more than basic benchmarks at this point.
>>> print("goyun.info")
goyun.info
>>>

Comments

Popular posts from this blog

MySQL Sandbox with the Sakila sample database