Honestly, for a long time I thought of Rustaceans as the new coming of the "Java uber alles" and "Ruby can do everything" people. Then I saw uv for Python and I was sold.
this post was submitted on 09 Mar 2025
9 points (100.0% liked)
Hacker News
994 readers
428 users here now
Posts from the RSS Feed of HackerNews.
The feed sometimes contains ads and posts that have been removed by the mod team at HN.
founded 6 months ago
MODERATORS
My thing is: it doesn't have to be rust. Rust is a means to an end: a guaranteed stable at compile time package with extreme memory safety (by default).
There are plenty of other languages that can do this. But, bluntly, if we did a real evaluation of the most popular C packages, even many of the well written 30+ year old ones would suffer from bugs and safety issues that literally cannot happen in rust.
It's not an attack on C. It's not an attack on the old guard. It's just a better tool for the job!