Hacker News new | ask | show | jobs
by rplacd 4892 days ago
Is the C++ ABI issue ever going to be solved?
2 comments

Yes, in the cases where the operating system is done in C++.

The C ABI is the operating system ABI and it is only ubiquitous in operating systems done in C. Other operating systems use whatever ABI the system offers.

That's part of the problem they are facing. C is much easier to deal with.