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
top 2 comments
sorted by: hot top controversial new old
[โ€“] manxu@piefed.social 2 points 1 week ago (1 children)

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.

[โ€“] kata1yst@sh.itjust.works 2 points 1 week ago

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!