328

"Rust's compiler prevents common bugs" So does skill. No offense to you, but, this trope is getting so tiresome. If you like the language then go ahead and use it. What is it with the rust crowd that they have to come acrosslike people trying to convert your religion at your front door?

you are viewing a single comment's thread
view the rest of the comments
[-] tatterdemalion@programming.dev 24 points 2 days ago

Your first point is not true. There are valid uses of memory sharing that rust will reject.

[-] smiletolerantly@awful.systems 7 points 1 day ago

Curious what you are talking about. Multi-threaded sharing of memory for example is also easy with rust, it just doesn't let you wrote and read at the same time, and so on.

[-] qaz@lemmy.world 1 points 17 hours ago

Classic example: A linked list

[-] smiletolerantly@awful.systems 1 points 17 hours ago
[-] qaz@lemmy.world 1 points 15 hours ago* (last edited 15 hours ago)

With unsafe, but how can you write a double linked list in safe rust? (without indices)

[-] sukhmel@programming.dev 7 points 1 day ago

Off the top of my head, single-threaded writing to the same memory from different fields of a struct. Not to mention self-referencing like if you want to hold a buffer and have different views into it in the same structure.

this post was submitted on 03 Aug 2025
328 points (95.3% liked)

Programmer Humor

25485 readers
1834 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