▲ | LudwigNagasena 8 hours ago | |
Does your solution support interop between modules written in different languages? I would love to be able to pass POD objects between Python and JS inside the same runtime. | ||
▲ | theanonymousone 8 hours ago | parent [-] | |
For a backend project in Java, I use Jep for Python interoperability and making use of Python ecosystem. It gives me a "non-restricted" Python to have in my Java code, something I'm quite happy with. Wondering how this compares to that . |