-
Notifications
You must be signed in to change notification settings - Fork 17
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Request to explore JavaCPP as an extension to model Python FFI. #14
Comments
Hello @abhi18av,
For details have a look at this paper. |
After your wonderful explanation, I do have a better understanding of the scope of the project @Stewori . Thanks for taking out the time to be so thorough 👍 |
I do wish that Python3 transition would pick up speed in the Jython world :) |
Hello, author of JavaCPP here. I agree, CPython doesn't need C++. :) |
Hi @Stewori
This is not an issue so please do feel free to close it down. This is more like a query/suggestion regarding the project. The basic question is -
Why is a seperate JyNI project needed to accomplish the linkage to python native extensions?
I'd like to suggest that perhaps, https://github.com/bytedeco/javacpp might be a worthy option to explore in this space as well. It's being used by ND4J and DeepLearning4J projects plus there are a number of bindings already generated located here https://github.com/bytedeco/javacpp-presets .
I hope that JavaCpp might take us closer to a proper package compatibility. I'm really looking forward to using proper python packages with Jython , Thanks again :)
The text was updated successfully, but these errors were encountered: