this post was submitted on 21 Jan 2024
768 points (93.2% liked)

Programmer Humor

31793 readers
36 users here now

Post funny things about programming here! (Or just rant about your favourite programming language.)

Rules:

founded 5 years ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 24 points 7 months ago (2 children)

Do people still think, after all this time and so many different languages, that there will be one language to rule them all? I mean technically you can drive nails with a rock, but you don't see a carpenter using one. Right tool for the job. Always was, always will be.

[–] [email protected] 32 points 7 months ago

Of course there is, it’s Rust

/s

[–] [email protected] 6 points 7 months ago (1 children)

Right tool for the job, sure, but that evolves over time.

Like, years back carpenters didn't have access to table saws that didn't have safety features that prevent you from cutting off your fingers by stopping the blade as soon as it touches them. Now we do. Are old table saws still the "right tool for the job", or are they just a dangerous version of a modern tool that results in needless accidents?

Is C still the right tool for the job in places where Rust is a good option?

[–] [email protected] 1 points 7 months ago (1 children)

There's a project I could have written in Rust. Maybe some of the headache wouldn't have ever happened using Rust.

I also didn't know Rust at the time and it was a large project with unkind deadlines. I think the right tool for the job can also depend on available resources. So while the more unsafe, older tool I used caused a few small issues that Rust would not have; the project wouldn't have been finished if I'd used Rust.

[–] [email protected] 1 points 7 months ago

Yeah, projects also exist in the real world and practical considerations matter.

The legacy C/C++ code base might slowly and strategically have components refactored into rust, or you might leave it.

The C/C++ team might be interested in trying Rust, but have to code urgent projects in C/C++.

In the same way that if you have a perfectly good felling axe and someone just invented the chain saw, you're better off felling that tree with your axe than going into town, buying a chainsaw and figuring out how to use it. The axe isn't really the right tool for the job anymore, but it still works.