this post was submitted on 08 Nov 2024
88 points (100.0% liked)

technology

23303 readers
17 users here now

On the road to fully automated luxury gay space communism.

Spreading Linux propaganda since 2020

Rules:

founded 4 years ago
MODERATORS
 

Rust lobbyists winning

you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 16 points 1 week ago (19 children)

I hope you're joking. This mindset has had terrible consequences, such macho bullshit needs to go.

The Zionazis will find your mistakes before you do. So have the computer check your work as much as possible.

[–] [email protected] 5 points 1 week ago (18 children)

I am mostly joking but rust is quite annoying and is only useful in very specific circumstances. I'm not against encouraging people to use better designed languages than C though

[–] [email protected] 10 points 1 week ago (15 children)

rust is quite annoying

skill issue

and is only useful in very specific circumstances

huh? about the only place I can't use rust is on microcontrollers, and it's kind of a pain in the dick on mobile (just use kotlin lol)

[–] [email protected] 4 points 1 week ago

Just because you can, doesn't mean you should. For application code, it's almost always better to use a language with garbage collection, in order to get memory safety without undue ceremony. Yes, some gc-ed languages are slow (Python, Ruby), but others are quite fast (JVM, .NET, Common Lisp, Haskell).

load more comments (14 replies)
load more comments (16 replies)
load more comments (16 replies)