
Cpp2, with Herb Sutter
CppCast
00:00
CPP2 Syntax
Every declaration and definition in CPP2 is name colon type equals value. There are very few collisions with that because colon is largely unused, especially at namespace scope. So just introducing things by name colon already makes things very unambiguous. And so one of the first things CPP front does is it goes through your source file and just identifies all the CPP2 parts exactly that way.
Transcript
Play full episode