securesystemslab / zippy

ZipPy is a Python3 interpreter on top of Truffle framework
BSD 3-Clause "New" or "Revised" License
299 stars 22 forks source link

Python classes in Java #6

Open ksteensig opened 6 years ago

ksteensig commented 6 years ago

Would zippy make it possible to inherit or somehow easily make a Java API for some Python code I have? In addition, I assume that it'd be possible to use Java libraries from Python, but would it be possible to easily call Python code from Java, where the Python code uses Java libraries?

qunaibit commented 6 years ago

https://github.com/securesystemslab/zippy/issues/3#issuecomment-316530728