Originally posted on ozzadar.com When choosing a programming language, you’re usually making a determination across several vectors: performance, portability, supporting libraries, and ease of use. Let’s examine our choices across these parameters: Performance C++ Generally considered, alongside C, to be among the most performant languages. This is somewhat of a misconception. While…