Hacker News new | ask | show | jobs
by eklitzke 1602 days ago
Can you elaborate on "what Google has been doing to C++"? Google has a couple of members on C++ working groups including WG21 but I'm not even remotely under the impression that C++ governance is controlled by Google.
2 comments

Google has many more than a "couple of" employees participating in WG21 working groups. Most of what they do is helpful, but they are difficult to oppose.
The "Goals and Priorities for C++" document P2137 felt like an open declaration of war by GOOG and NVDA.
I mean, their goals seem very understandable given the current abysmal status of C++ (with regards to insane language complexity, historical cruft, and ergonomic issues like compile times and build systems). My only skepticism is that the thing they want might be better achieved by making a fork of C++, since there are just too many things to rip out of and replace. (Ideally something which can easily interoperate with existing C++ code, but make some huge breaking changes that simplifies and streamlines the language).
Its the list of non-goals that just so happen to be features that I rely on for my livelihood that drive my reaction.