I have been evaluating new low level programming language to learn and for my project.
Rust is deemed good but recent drama/resignation and quite difficult trajectory to master it has made me to search for alternatives.
I don't want to program in C and I don't want to deal with complexity, that is C++
So, what is best alternative to Rust apart from C and C++ ? It would be better if that language has innovative features (like borrow checking to write safe code)
Other languages may be more ergonomic or have more batteries included, but none of them can offer the holy grail of memory safety without garbage connection.