diff --git a/README.md b/README.md index 7494b0f01..7b7901310 100644 --- a/README.md +++ b/README.md @@ -45,7 +45,7 @@ I want us to aim for major C++ evolution directed toward things that will make u ## 2) This is about a specific goal - My specific goal is to explore the question: Can we make C++ **10x safer, simpler, and more toolable** if we had a "syntax #2" alternative syntax for C++, within which we are completely free to improve **semantics** free of any backward source compatibility restrictions? + My specific goal is to explore the question: Can we make C++ **10x safer, simpler, and more toolable** if we had a "syntax #2" alternative syntax for C++, within which we are completely free to improve **semantics** free of any backward source compatibility restrictions? An alternative syntax would be a cleanly demarcated "bubble of new code" that would let us do things that we can never do in today's syntax without breaking the world, such as to: