> But Rustaceans kind of like to laugh at Go, because it's not as expressive or elegant a language by comparison.
Ironic because safe Rust can't express many valid programs, like those with cyclic data structures.
> Some parts of Rust are starting to remind me of the horror I ran from with C++.
Rust is most certainly designed for C++ programmers. C is all about minimalism and simplicity. I think there is a niche for a C like language with memory safety that retains the simplicity of C. Rust isn't it.
Ironic because safe Rust can't express many valid programs, like those with cyclic data structures.
> Some parts of Rust are starting to remind me of the horror I ran from with C++.
Rust is most certainly designed for C++ programmers. C is all about minimalism and simplicity. I think there is a niche for a C like language with memory safety that retains the simplicity of C. Rust isn't it.