Where have you seen these discussions?Hi There,
It seems that there seems to be a lot of discussion about C++ in the quant community. Why is that? Is there much use of more modern languages (C#, Python, etc..)?
Legacy code gets replaced. I don't know what you mean by "storm" by Python is here to stay and for the long haul. It's free. There are tons of libraries for it and it's very easy to learn, read and understandLong term, I see C/C++ programmers becoming like the old COBOL coders who were suddenly hot during Y2K when all of the legacy banking code had to be updated. However, we are probably 10 or more years away from that day.
Legacy code NEVER gets updated. C++ will be here for ever.
Python is the new Matlab, nice but not when you are in a storm.
I am thinking about GO in 10 years time.https://en.wikipedia.org/wiki/Go_(programming_language)
After that ..... cloud computing?
BTW I started life on FORTRAN IV (66) and COBOL :D
Legacy code gets replaced. I don't know what you mean by "storm" by Python is here to stay and for the long haul. It's free. There are tons of libraries for it and it's very easy to learn, read and understand
FORTRAN is with us. I don't think FORTRAN is going to be replaced (at least not in the scientific community). I can't say the same about C++.
COBOL is still with us as well but it's being SLOWLY replaced.
I don't agree with you. C or Java or C# are the most professional around. C++ has too many issues and that's why people don't use it for new projects.Lots of languages are nice, useful et. etc. but C++ - for good or bad - is still the most professional one around. In many disciplines it is the standard and will remain so for years to come.
I do notice that C# is also popular. But it tilts when you want to do real things.
I don't normally (mis)quote Winston Churchill but I like this
“C++ is the worst form of government, except for all the others.”
It depends on the organization I suppose. To take an example, I know one application (non-finance) that was written in VC++ 6.0 and it will never be replaced.
It means that someone has given a budget to upgrade legacy code? It does not happen by some random event and do developers actually enjoy the exercise?
If we take a C++ quant library that has been running for 20 years, are you going to port it to Python or C#?
My remarks about Python were anecdotal; the quant writes a POC in Python and then it is ported to C++. Is it fast enough?
In a sense, FORTRAN is more appropriate than C++ for number-crunching.
There is no requirement to agreeI don't agree with you. C or Java or C# are the most professional around. C++ has too many issues and that's why people don't use it for new projects.
The new changes to the C++ standard came a little too late too.
the C++ quant libraries get wrapped in some other language so they stagnate. When it comes to porting, it all depends but C++ it's being left behind.
regarding proof of concepts, what I see is the POC get productionized by refactoring the python code and only dropping to compiled language for those pieces that need to be sped up and current python tools won't cut it. However usually C is the choice in python land.
On the other hand, if you use R to do the prototyping, then C++ is used by using RCpp which have a nice integration.