Join Slack
Powered by
if I'm looking for some state-of-the-art solutions...
# random
e
elect
02/24/2021, 2:06 PM
if I'm looking for some state-of-the-art solutions to interact with kotlin code from python, what are my best choices? (jython/py4j?)
r
Ruckus
02/24/2021, 3:33 PM
Have you looked into Graal?
e
elect
02/24/2021, 4:03 PM
uhm, no
r
Ruckus
02/24/2021, 4:03 PM
https://www.graalvm.org/reference-manual/polyglot-programming/
e
elect
02/24/2021, 4:04 PM
but then I'd be bound to Graal, or?
elect
02/24/2021, 4:04 PM
https://www.graalvm.org/reference-manual/python/Interoperability/
r
Ruckus
02/24/2021, 4:07 PM
I don't know what you mean by "bound to". Another option would be to use K/N and use a C bridge across the boundary.
e
elect
02/24/2021, 4:08 PM
no Graal, no interop
r
Ruckus
02/24/2021, 4:09 PM
Yes, using Graal would mean using Graal...
5
Views
Open in Slack
Previous
Next