R, Python, Java/C++, and Armadillo were compared for data analysis and analytics applications. R is a domain-specific language for statistics with many libraries but performance limitations. Python has a readable syntax and is well-supported but some analytics libraries are immature. Java/C++ provide ultimate power/flexibility but at the cost of development time. Armadillo is a C++ library for numerical applications and some statistics. A simple linear model was demonstrated on airline passenger data using Armadillo.