Hacker News new | ask | show | jobs
by zozbot234 1646 days ago
> and the existing practices around separate compilation and stable ABI can't be carried to Rust

They totally can, by using the C ABI. C++ ABI is not really "stable" anyway, it's been long due for a break.