this post was submitted on 12 Jun 2023
114 points (100.0% liked)
Technology
37705 readers
113 users here now
A nice place to discuss rumors, happenings, innovations, and challenges in the technology sphere. We also welcome discussions on the intersections of technology and society. If it’s technological news or discussion of technology, it probably belongs here.
Remember the overriding ethos on Beehaw: Be(e) Nice. Each user you encounter here is a person, and should be treated with kindness (even if they’re wrong, or use a Linux distro you don’t like). Personal attacks will not be tolerated.
Subcommunities on Beehaw:
This community's icon was made by Aaron Schneider, under the CC-BY-NC-SA 4.0 license.
founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
It's looking great! I joined just 2 days ago and the communities I subscribed to are already looking much more lively today. Thanks, Reddit blackout!
Also written in Rust, btw :)
How do you know something is developed with Rust?
I've also found this to be true with Julia devs
Source: am Julia dev
Check the GitHub! It’s linked at the bottom of the web page (“Code”)
Weirdly enough the fact that it’s written in rust is why I am using it instead of kbin (PHP)
PHP!? They're writing the shiny new thing in the joke language from r/ProgrammerHumor?
Exactly right?
To the average Redditor I guess its fine, but to me its unacceptable haha.
Repo link: https://github.com/ernestwisniewski/kbin
Welp, I guess I chose right after all.
There is:
What makes rust so special?
God damn! Okay now I'm fully behind it
Fast because it's pointer-based like C/C++, but better because it's memory safe, which means it won't crash, leak or mysteriously overwrite it's own data constantly.
I'd say that it's fast because it's compiled to machine code and doesn't use garbage collection. But I see what you mean with "pointer-based".
Rust is a very good language but is relatively new on the scene so it has to compete against other languages that fit the same niche(primarily C++) that have been around a lot longer.
Rust has been very popular for hobby projects for a while but it's still pretty rare to see it for larger projects, and you still almost never see it for enterprise projects. So it's cool seeing an app that uses it blow up.