logoalt Hacker News

flohofwoelast Sunday at 11:02 AM1 replyview on HN

If you have an existing build system for your C project, you sure as hell don't want to bring another compiler toolchain (like Rust) into the mix.


Replies

zozbot234last Sunday at 11:53 AM

You'd need the Rust compiler toolchain anyway, just to do the Rust-to-C conversion step instead of compiling to a binary library? What would be the point? The C ABI is quite compatible across toolchains.

show 1 reply