▲ | WalterBright 6 days ago | |||||||||||||||||||||||||||||||
I may be the only person who ever understood every detail of C++, starting with the preprocessor. I can make that claim because I'm the only person who ever implemented all of it. (You cannot really know a language until you've implemented it.) I gave up on that in the 2000's. Modern C++ is simply terrifying in its complexity. (I'm not including the C++ Standard Library, as I didn't implement it.) | ||||||||||||||||||||||||||||||||
▲ | Conscat 6 days ago | parent | next [-] | |||||||||||||||||||||||||||||||
Sean Baxter single-handedly implemented all of up to C++23, and some C++26, including a huge number of GNU extensions and possibly an even larger number of his own features. | ||||||||||||||||||||||||||||||||
| ||||||||||||||||||||||||||||||||
▲ | cornstalks 6 days ago | parent | prev | next [-] | |||||||||||||||||||||||||||||||
You've done some great work but I have to call BS with this claim: > I'm the only person who ever implemented all of it. Sean Baxter is an easy counter example. | ||||||||||||||||||||||||||||||||
| ||||||||||||||||||||||||||||||||
▲ | WalterBright 6 days ago | parent | prev | next [-] | |||||||||||||||||||||||||||||||
P.S. we're adding an "Editions" feature to D so we can simplify the language by removing obsolete and deadend features. We didn't get everything right, and want to fix it! | ||||||||||||||||||||||||||||||||
| ||||||||||||||||||||||||||||||||
▲ | ezoe 5 days ago | parent | prev [-] | |||||||||||||||||||||||||||||||
Now, who can claim such bold... oh, it's YOU. |