Welcome to DU! The truly grassroots left-of-center political community where regular people, not algorithms, drive the discussions and set the standards. Join the community: Create a free account Support DU (and get rid of ads!): Become a Star Member Latest Breaking News Editorials & Other Articles General Discussion The DU Lounge All Forums Issue Forums Culture Forums Alliance Forums Region Forums Support Forums Help & Search

jeff47

(26,549 posts)
3. Basically.
Thu Nov 5, 2015, 08:03 PM
Nov 2015
Here's a wikipedia list, but again I have no idea what ones are good.

Basically, the way Python/C or Java's JNI work is your C code would reside in a .so or an executable. You'd load them in Java or Python, and then call a function in you write in C that matches a particular signature. In that function you deal with memory management from Java/Python, and then directly call your C functions like normal.

But going to another language adds a lot of complexity. So unless you're wanting to learn a new language, or you're trying to convince the boss to rewrite everything, it'll be a lot easier to use one of those C frameworks.

Recommendations

0 members have recommended this reply (displayed in chronological order):

Latest Discussions»Retired Forums»Website, DB, & Software Developers»Help with setting up REST...»Reply #3