From 10b83d8356e5fb3935c45f46998d212504e89433 Mon Sep 17 00:00:00 2001 From: Herb Sutter Date: Wed, 7 Sep 2022 07:32:34 -0700 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: