Julia Community 🟣

Discussion on: Interoperability in Julia

Collapse
 
digital_carver profile image
SundaraRaman R

For Python integration, PythonCall.jl is another option, that may have lower latency and a better interface.

For C++, CxxWrap is another popular option. The newer jluna is for going the other way i.e. for "accessing Julia's unique strengths through C++ ".

Collapse
 
ifihan profile image
Ifihanagbara Olusheye

Thanks for this!