@fell Go, aside from Pascal-like ":=" and the fact that you can return multiple values feels very C-like, like an upgrade to C with concurrency and standard library that you expect from a modern programming language. Interfaces are the best approach to object oriented stuff.
I agree with you on Rust. I like it in general, but its syntax is just disgusting — very confusing to me.
@m0xee I did take a closer look at Go the other day and I agree with you there.