Hacker News new | past | comments | ask | show | jobs | submit login

> MSVC is really late to the party (as always)

Mostly because before Satya took over, C on Windows was considered a done deal, and everything was to be done in C++, with C related updated only to the extent required by ISO C++ compliance.

https://herbsutter.com/2012/05/03/reader-qa-what-about-vc-an...

Eventually the change of direction in Microsoft's management, made them backtrack on that decision.

Additionally, in what concerns C++ compliance, they are leading up to C++23 in compliance, while everyone else is still missing on full modules, some concepts stuff, parallel STL,...

Although something has happened, as the VC++ team has switched away to something else, maybe due to the Rust adoption, .NET finally being AOT proper with lowlevel stuff in C#, or something else.

https://old.reddit.com/r/cpp/comments/1ea6gho/microsoft_when...




I guess the difference is that you need maybe 5 peeps to keep the C compiler frontend and stdlib uptodate (in their spare time), but 500 fulltime to do the same thing for C++, and half of those are needed just to decipher the C++ standard text ;)


That isn't something I can disagree with, now if only WG14 took security more seriously.




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: