+ 6
Can we use the languages together for make better apps ? for example py in java or java in c++ and atc..?
nesting languages
2 Respostas
+ 9
create microservices run them as seperate dockers and comunicate between them via rest API
+ 2
Python and C/C++ can be intertwined via the Boost::API or the Cython language.