Comment on Why is C++ still a very popular language in quantitative finance?Comments−bradleyjg14yThere are a bunch of really expensive, really useful, 3rd party libraries for financial modeling that are written in C++.A great many languages have support for calling external code, but debugging the interaction tends to be more trouble than it is worth.
Comments
There are a bunch of really expensive, really useful, 3rd party libraries for financial modeling that are written in C++.
A great many languages have support for calling external code, but debugging the interaction tends to be more trouble than it is worth.