Hacker News new | ask | show | jobs
by qalmakka 1977 days ago
The point is, C++ supports the C ABI. You can write your entire application in C++ and expose only a C-style API with the stable ABI you wish. I've done it a million times and it's absolutely fine.