this post was submitted on 27 Jan 2025
560 points (96.1% liked)

Programmer Humor

20215 readers
1585 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
 
you are viewing a single comment's thread
view the rest of the comments
[โ€“] ZILtoid1991@lemmy.world 2 points 2 days ago (1 children)

Rust has its own issues.

Before the memory safety craze, Rust was hyped as a functional programming language, meaning it not only has lambdas and monads, but also const by default, which will force you to rethink all your programming decisions. Also no classes, so you do even more rethinking.

I don't just rethink my programming decision but all my life decisions every night. Seem like Rust is the perfect language for me.