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
This Tweet was deleted by the Tweet author. Learn more
There's a lot to unpack about it and I don't think it's particularly relevant to the thread. It's not a language competing in the same space as Rust. It's not a low-level systems programming language with memory safety without GC. It's far closer to Java 1.0 without inheritance.