this post was submitted on 12 Mar 2026
91 points (77.9% liked)

Programmer Humor

30390 readers
1937 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
[–] Mubelotix@jlai.lu 20 points 3 days ago (3 children)

Anything you used to make in C, C++, C# and Typescript

[–] SpaceNoodle@lemmy.world 9 points 3 days ago

Just wrap it in unsafe tags and you can accomplish the same things you can already do in any other language!

[–] lambalicious@lemmy.sdf.org 3 points 3 days ago (1 children)

Excuse me but, can Rust even give me undecipherable Lore Ipsums of diagnostics at the same level that C++ can? If not, it's not even a competition.

[–] Mubelotix@jlai.lu 4 points 3 days ago (1 children)

This may be cheating but yes, sometimes there are cycles in type/generic definitions and the compiler loops their identifiers over and over, nesting them inside each other

[–] lambalicious@lemmy.sdf.org 4 points 3 days ago

You are almost inspiring me to go see this live.

[–] ZILtoid1991@lemmy.world 2 points 3 days ago (1 children)

But be noted it's really not a drop-in replacement language for C-derived languages. It's more like OCaml with curly brackets.

[–] Mubelotix@jlai.lu 9 points 3 days ago

Yes of course. But there is nothing you can't do. Only thing that may retain some of you is tooling that wasn't ported