Y
Hacker News
new
|
ask
|
show
|
jobs
by
WithinReason
1367 days ago
This is how I see languages that compile to C or C++ like Nim where the ease of interoperability should be similar to Cpp2
1 comments
humanrebar
1367 days ago
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.
link