oracle / graalpython

A Python 3 implementation built on GraalVM
Other
1.17k stars 101 forks source link

Will it be provided to a GraalPyEngine similar to GraalJSEngine #383

Closed liuruibin closed 4 months ago

msimacek commented 4 months ago

You can easily create you own: https://www.graalvm.org/latest/reference-manual/embed-languages/#compatibility-with-jsr-223-scriptengine. We're not going to ship a prebuilt version of that class. People should be primarily using the Context API, we don't want to encourage using legacy APIs.