It is common to use python in machine learning and it may seem strange why use slower running lang, but many python classes that are compute-intensive are written in C.As far I understand it, one can compliment Python with C++, where c++ takes on the role as computing power. There are certainly more expirienced programmers here who can speak to this. Is it possible to combine c++ with R?