hi, what's the best interop lib in order to offer your kotlin lib to python users (jython/py4j)?
a
altavir
02/24/2021, 2:58 PM
If you are using jython, you can use Kotlin the same way, you are using java libraries. Kotlin is not always beutiful from the Java side, but it works. Do you have any specific tasks in mind?
e
elect
02/24/2021, 3:01 PM
to start, we'd like to provide scripting support in scenery and sciview for python users
a
altavir
02/24/2021, 3:03 PM
Then you probably need to write convenient API from the Jython side using Java as a common denominator. Thanks for the links by the way. I may use something for my own work.
e
elect
02/24/2021, 3:05 PM
@ulrikguenther we may want to get in touch
a
altavir
02/24/2021, 3:07 PM
I am just putting finishing touches on https://github.com/mipt-npm/visionforge integration with Kotlin-Jupyter (no need for python!). Currently it supports Plotly and Threee-js rendering for JS and I am looking forward to put effort into JVM backend.