this post was submitted on 09 Nov 2025
174 points (98.3% liked)

Linux

10106 readers
1330 users here now

A community for everything relating to the GNU/Linux operating system (except the memes!)

Also, check out:

Original icon base courtesy of lewing@isc.tamu.edu and The GIMP

founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] iloveDigit@piefed.social 9 points 5 days ago* (last edited 5 days ago) (3 children)

Rust adds another layer of trusting the compiler isn't backdoored. All UNIX/Linux systems use the gcc toolchain, so having it written in C would mean less dependencies for the OS.

Strange times.

[–] aubeynarf@lemmynsfw.com 33 points 5 days ago* (last edited 5 days ago) (3 children)

how many compiler back doors have we seen versus use-after-free/stack overflow attacks?

The anti-Rust crowd baffles me. Maybe C++ has rotted their brain to the point they can’t “get” the borrow checker.

My only complaint is that its syntax is an ugly mishmash. Should have copied scala or f#

[–] eah@programming.dev 12 points 4 days ago

There's an ongoing effort to get gcc to compile Rust.^[https://lwn.net/Articles/907405/]