logoalt Hacker News

eltetoyesterday at 6:35 PM1 replyview on HN

> Until that happens, it'll be hard to adopt Rust in a lot of C/C++ strongholds where C's ABI and dynamic linking are the thing that enables the software to get huge.

Wait, Rust can already communicate using the C ABI. In fact, it offers exactly the same capabilities as C++ in this regard (dynamic linking).


Replies

pizlonatoryesterday at 6:45 PM

That's an unsafe ABI.

show 2 replies