While the majority of my analytics are in Julia, I will need to use an
external event handling API which is implemented in C++.  It looks that I
have two options: 1) write the main code in C++ with the API and call Julia
function for analytics; 2) write the main code also in Julia that work
seamlessly with my analytics and call the C++ API for events.

Which would be the better path in terms of ease of coding and performance?

Reply via email to