this post was submitted on 12 Mar 2026
67 points (78.6% liked)

Programmer Humor

30321 readers
2565 users here now

Welcome to Programmer Humor!

This is a place where you can post jokes, memes, humor, etc. related to programming!

For sharing awful code theres also Programming Horror.

Rules

founded 2 years ago
MODERATORS
 

Disclaimer: I pretty much don't like Rust, but most criticism of it boils down to culture war.

you are viewing a single comment's thread
view the rest of the comments
[–] cows_are_underrated@feddit.org 16 points 10 hours ago (1 children)

The Linux Kernel uses it too. Its not a hype, and adoption is happening in real time.

[–] ZILtoid1991@lemmy.world 2 points 8 hours ago (1 children)

I know. My main grief with it is that it should have been a memory safe language closer in looks and paradigm with C, but many of those alternatives are still new. Would have solved some of the drama surrounding Rust integration.

[–] cows_are_underrated@feddit.org 3 points 7 hours ago

Can 100% agree with it. Rusts type system is very unique and quite unusual especially when coming from C