R
R is a programming language popular with analysts and scientists used for data analysis, data visualization, data science and machine learning.
Rcpp makes it easy to call C++ to R.
Rcpp provides a nice, easy to use API for calling C++ code in a way that is simpler than R’s C API.