this post was submitted on 13 Nov 2024
794 points (96.2% liked)

Greentext

4385 readers
1469 users here now

This is a place to share greentexts and witness the confounding life of Anon. If you're new to the Greentext community, think of it as a sort of zoo with Anon as the main attraction.

Be warned:

If you find yourself getting angry (or god forbid, agreeing) with something Anon has said, you might be doing it wrong.

founded 1 year ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[โ€“] chunkystyles@sopuli.xyz 1 points 22 hours ago (1 children)

Rust is great, and I truly mean that. But saying you can't get race conditions in Rust is just not true.

And also, not everything is going to be written in Rust. When the company you're working for needs a web application quickly, that's better done in other languages.

And also also, Spring has a lot of niceties when it comes to concurrency that make this much less of a point.

[โ€“] SorteKanin@feddit.dk 2 points 22 hours ago

You can't get data races at least, and in practice it's very difficult to get actual race conditions.