this post was submitted on 18 Mar 2023
18 points (100.0% liked)

Rust Programming

8431 readers
25 users here now

founded 5 years ago
MODERATORS
top 6 comments
sorted by: hot top controversial new old
[–] [email protected] 3 points 2 years ago (3 children)

But why? It seems weird to choose your tools based on the language they are implemented in. I love Rust (it is my goto language) but I choose my tools based on what they do, not how they were implemented.

[–] [email protected] 7 points 2 years ago

For a free software user, the language the tool is implemented in matters because it makes exercising the four freedoms easier.

[–] [email protected] 2 points 2 years ago (1 children)

Tools written in Rust are generally both performant and correct (few runtime crashes or other programming bugs). There arent many other languages with this combination of advantages.

[–] [email protected] 2 points 2 years ago (1 children)

That seems like a big leap. I have seen many performant and buggy Rust tools.

But either way, if your goal is to find tools that are performant and correct why not call it fastreliableyour.life? Focus on the actual direct benefits rather than implying them and excluding other tools that may fit your needs.

[–] [email protected] 1 points 2 years ago

Of course you are free to create such a website.

[–] [email protected] 1 points 2 years ago

I will add an other perspective that is rarely mentioned: because it pollutes less. The same way you would say why choose a car based on the fuel type it uses.

See if you consider the amount of energy wasted running interpreted languages and other fancy bloated runtimes, and consider what should we do in an ideal world where hamans respect nature and do not make things for the sole purpose of profit, then choosing your tools based on the amount of energy they use to run doesn't seem so far fetched anymore.