Description
Jython is the most seamless Java/Python integration that currently exists. Its main drawback is the missing support for CPython's C-extension API - a fact that prevents most scientific code from running. While the C-API is hard to implement/emulate for various reasons, JyNI (Jython Native Interface) explores solutions for each of them and demonstrates a workable approach.