Conversation

Comparing a language using garbage collection to one tackling the hard problem of providing memory safety without it doesn't make much sense. Rust is a low-level systems programming language while Go is in a different niche. If you don't need a low-level language, don't use Rust.
2
5
Using the correct tool for the job is one of the most important skills for a programmer. There is no need to have one true language that's best for every possible usage. Different programming languages are designed around different compromises based on targeting different niches.
1
I don't see how it's productive to bash Rust because you misunderstand the entire purpose of the language and that it's completely designed around being a low level language. As I said, it reflects badly on you for your ignorance rather than the language.
Quote Tweet
it feels like there’s a smaller language hiding in Rust that’s half as powerful at the edges but 10-50x easier to read, write, and maintain
What are you talking about? Your initial tweet shows you're completely ignorant of the language and are missing the point. The follow-up discussion reinforces that especially how you talk about GC as a magical wand able to make it easier to use while preserving the core language.
1
Show replies