this post was submitted on 08 Aug 2024
1312 points (96.3% liked)
memes
10203 readers
2575 users here now
Community rules
1. Be civil
No trolling, bigotry or other insulting / annoying behaviour
2. No politics
This is non-politics community. For political memes please go to [email protected]
3. No recent reposts
Check for reposts when posting a meme, you can only repost after 1 month
4. No bots
No bots without the express approval of the mods or the admins
5. No Spam/Ads
No advertisements or spam. This is an instance rule and the only way to live.
Sister communities
- [email protected] : Star Trek memes, chat and shitposts
- [email protected] : Lemmy Shitposts, anything and everything goes.
- [email protected] : Linux themed memes
- [email protected] : for those who love comic stories.
founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
Like Rust?
For userland code that basically fingerbangs every server on the web, some forced memory-safety might not be a bad idea
I really hope that's sarcastic, because Rust is one of the most valuable additions to the whole IT field in a good while.
Entire industries have been stuck on C/C++ for decades. Industries, which are normally extremely late to any form of modern software development, are now practically jolting to get Rust integrated into their toolchains.
Similarly, languages without runtimes allow for building libraries that can be called from other programming languages, which so far meant C/C++. That's a big reason why many widely used open-source projects like OpenSSL, SQLite, OpenGL etc. are written in those.
Even if, for whatever reason, you think Rust is awful, getting a third language into the mix will allow many more people to build similar libraries, which is again really good for everyone.