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

technology

23280 readers
224 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
[–] TrashGoblin@hexbear.net 3 points 4 hours 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).