Graal Python - GraalVM Community Edition 1.0 RC7
Pre-release
Pre-release
ansalond
released this
03 Oct 13:34
·
21401 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/
Changes since RC6:
- Added support for the re.split builtin.
- Enhanced the java interop builtin module with introspection utility methods.
- Using https://www.graalvm.org/truffle/javadoc/com/oracle/truffle/api/TruffleLogger.html for messages output in verbose mode.
- Changes in C extension interface to reduce overhead.