Sean Baxter not only wrote his own C++ compiler, but he authored this magnificent vision paper for the future of C++ that it moved me to reconsider my views on the safety of the language and its use future projects.

Seldom a man of my age and opinions can change his mind over something so fundamental.

Enjoy: https://github.com/seanbaxter/circle/blob/master/new-circle/README.md

circle/new-circle/README.md at master ยท seanbaxter/circle

The compiler is available for download. Get it! Contribute to seanbaxter/circle development by creating an account on GitHub.

GitHub
@Migueldeicaza one of my main bugbears with C++ is the explosion of different ways to do things. I get tetchy if a project doesn't have consistent whitespace, so having the option for every file to be written in a completely different language dialect is definitely not going to be the thing to convert me ๐Ÿ˜…
@nicklockwood @Migueldeicaza in a well managed project I would point this out as a way to facilitate gradual adoption of new features.