Skip to content

Graal Python - GraalVM Community Edition 1.0 RC8

Pre-release
Pre-release
Compare
Choose a tag to compare
@ansalond ansalond released this 19 Oct 19:14
· 22741 commits to master since this release

Graal.Python is a Python 3 implementation for GraalVM. Currently, it is in the early stages of development and as such, it is not ready for any serious applications beyond simple use cases and scripting.

The Python language components can be installed in GraalVM using the gu utility.

More information is available on the GraalVM website: http://www.graalvm.org/docs/reference-manual/languages/python/

New features in RC8:

  • Support help in the builtin Python shell
  • Add readline to enable history and autocompletion in the Python shell
  • Improve display of foreign array-like objects