I've been looking at the D programming language and it looks like a lot of fun to try for someone already proficient in C++.
Can I use D to program to the Java Native Interface which is a C interface?
I don't know much about the JNI, but for functions declared extern(C)
, and using only C datatypes, D matches the C ABI, so the JNI should not even know the difference. You probably just need to translate a few headers to D, which can be partially automated with the htod utility.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With