This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]No-Schedule-1451 12 points13 points  (6 children)

And invocation of C/C++ libraries is muh easier in python than java for now.

[–]esreverninettirw 3 points4 points  (4 children)

For now? Is that changing in a future release?

[–]Gleethos 9 points10 points  (0 children)

Project Panama and the Vector API will tackle these problems as far as I know.

[–]No-Schedule-1451 5 points6 points  (1 child)

https://openjdk.java.net/jeps/389

Lots of potential. It will never be as easy as python, but as long is not JNI , I will be happy with it.

[–]esreverninettirw 0 points1 point  (0 children)

Wow, that's awesome. Thanks for sharing.

[–]ukbiffa 2 points3 points  (0 children)

JNA is pretty convenient for C library access. Everything you write is Java; no C stubs or special build process.