Hacker News new | ask | show | jobs
by widdershins 1364 days ago
No, the idea is to build a 'bubble' of new code that isn't subject to all the backwards-compatible flaws of the old syntax. It's just an experiment for now.
1 comments

This is how I see languages that compile to C or C++ like Nim where the ease of interoperability should be similar to Cpp2
If I understand the cpp2 pitch correctly, you should be able to embed cpp2 functions inside preexisting C++ source files, so it's more like the old cppfront compiler (C++ supports basically C syntax in C++ files) than a fully transpiled syntax.