Live data from Hacker News

Rust to C compiler – 95.9% test pass rate, odd platforms

fractalfir.github.io

1–10 of 264 posts

Re: Rust to C compiler – 95.9% test pass rate, odd platforms

#5
post #4

I'm not convinced that it’s worth spending any time supporting most proprietary systems. Maybe not even Windows, but especially the really expensive ones.

You shouldn't spend your own effort; you should make it clear that you're open to users of such systems contributing.

That's how GCC became so dominant - there were people already using all sorts of Unixen and they wanted a compiler, so they made it work.

Re: Rust to C compiler – 95.9% test pass rate, odd platforms

#9

Very cool. C to Rust would be fantastic.

> C to Rust would be fantastic.

This would have to go into one big unsafe block for any nontrivial program. C doesn’t convey all of the explicit things you need to know about the code to make it even compile in Rust.

Post reply on HN