Replacements for existing software written in Rust
1–10 of 229 posts
Re: Replacements for existing software written in Rust
#2Re: Replacements for existing software written in Rust
#3Re: Replacements for existing software written in Rust
#4Re: Replacements for existing software written in Rust
#5Re: Replacements for existing software written in Rust
#6Am I the only one who doesn't care what a tool / software package is written in, provided it does the job? If a Rust port is superior then sure, I'll use it, but I won't use it because it was written in Rust.
Re: Replacements for existing software written in Rust
#7Am I the only one who doesn't care what a tool / software package is written in, provided it does the job? If a Rust port is superior then sure, I'll use it, but I won't use it because it was written in Rust.
Re: Replacements for existing software written in Rust
#8And a lot of those projects are just someone’s pet project, often written as a task for learning Rust, and certainly likely to have numerous new bugs that haven’t yet been found just by virtue of being a ground up rewrite.
As I said, I’m fully in favour of using newer and safer languages but we need to be careful not to get carried away with thinking anything new is better simply because it’s new.
Re: Replacements for existing software written in Rust
#9He he. The name is slightly ambiguous, at least to me, I originally thought people were already rewriting Rust tools :-))
Re: Replacements for existing software written in Rust
#10Why? Most of these "existing software" are tried and tested tools that have stood the test of time. Why rewrite them and introduce potential bugs? Write something new!