Remix.run Logo
1718627440 3 days ago

Code doesn't need to "gain C compiler support", that's the point of having a language standard.

loeg 3 days ago | parent | next [-]

Someone has to write the platform-specific backend. A language standard doesn't help you if nothing implements it for your new platform.

MarsIronPI 3 days ago | parent | prev [-]

Which Rust still does not have. If serious projects like Git and Linux are adopting Rust, the Rust team might want to consider writing a spec.

yencabulator 3 days ago | parent [-]

https://blog.rust-lang.org/2025/03/26/adopting-the-fls/

MarsIronPI 5 hours ago | parent [-]

A specification is not a standard. It's a good first start, but what makes a standard more valuable is that it requires more than one entity to approve a change to it. This does look like a step in the right direction though.