Skip to content

Commit 1c3c454

Browse files
authored
Update README.md
Signed-off-by: Herb Sutter <[email protected]>
1 parent ce8dedd commit 1c3c454

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Diff for: README.md

-2
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,6 @@ Cppfront is a compiler from an experimental C++ 'syntax 2' (Cpp2) to today's 'sy
1414

1515
In short, it aims to help evolve C++ itself, not to be a "C++ successor."
1616

17-
Elaborating:
18-
1917
**What it isn't.** Cpp2 is not a successor or alternate language with its own divergent or incompatible ecosystem. For example, it does not have its own nonstandard incompatible modules/concepts/etc. that compete with the Standard C++ features; it does not replace your Standard C++ compiler or other tools; and it does not require any changes to your Standard C++ compiler or standard library or other libraries or tools to keep fully using all of them.
2018

2119
**What it is.** Cpp2 aims to be another "skin" for C++ itself, just a simpler and safer way to write ordinary C++ types/functions/objects, and a faster way to experiment with proposals for future new Standard C++ features in a simpler compiler and syntax flavor. It seamlessly uses Standard C++ modules and concepts requirements and other features, and it works with all existing C++20 or higher compilers and libraries and tools right out of the box with no changes required to use them all seamlessly and directly with zero overhead.

0 commit comments

Comments
 (0)