GraalPy – A high-performance embeddable Python 3 runtime for Java
1–10 of 151 posts
Re: GraalPy – A high-performance embeddable Python 3 runtime for Java
#2Re: GraalPy – A high-performance embeddable Python 3 runtime for Java
#3Re: GraalPy – A high-performance embeddable Python 3 runtime for Java
#4Took a little digging to find that it targets 3.11. Didn’t see anything about a GIL. If you’re a Python person, don’t click the quick start link unless you want to look at some xml.
YAML and JSON have both tried to replicate the XML tooling experience, only worse.
Schemas, comments, parsing and schema conversions tools.
Re: GraalPy – A high-performance embeddable Python 3 runtime for Java
#5Re: GraalPy – A high-performance embeddable Python 3 runtime for Java
#6Took a little digging to find that it targets 3.11. Didn’t see anything about a GIL. If you’re a Python person, don’t click the quick start link unless you want to look at some xml.
Re: GraalPy – A high-performance embeddable Python 3 runtime for Java
#7Took a little digging to find that it targets 3.11. Didn’t see anything about a GIL. If you’re a Python person, don’t click the quick start link unless you want to look at some xml.
implementation("org.graalvm.polyglot:polyglot:24.1.0")
implementation("org.graalvm.polyglot:python:24.1.0")Re: GraalPy – A high-performance embeddable Python 3 runtime for Java
#8Took a little digging to find that it targets 3.11. Didn’t see anything about a GIL. If you’re a Python person, don’t click the quick start link unless you want to look at some xml.
Python implementations naturally don't have any GIL in regards to JVM or CLR variants, there is no such thing on those platforms. YAML and JSON have both tried to replicate the XML tooling experience, only worse. Schemas, comments, parsing and schema conversions tools.
Re: GraalPy – A high-performance embeddable Python 3 runtime for Java
#9Took a little digging to find that it targets 3.11. Didn’t see anything about a GIL. If you’re a Python person, don’t click the quick start link unless you want to look at some xml.