|
|
|
|
|
by kaba0
1317 days ago
|
|
Well, it could be written in Java, so Java-Java communication is trivial, and you could use something like protobuf to communicate between java-python. Or just some fixed binary layout. Or even GraalVM which is polyglot between the two languages and can even optimize across language boundaries. |
|