|
|
|
|
|
by baby
2446 days ago
|
|
I work with Rust only these days, it’s really an awesome language and I wish everyone working with system languages would switch to Rust. Yet, I find Golang to be a much clearer language to read (and I read a shit ton of code). I hope they don’t add generics, but I wish they would options, results, sum types in general, redeclaring variables, the ? Operator, etc. |
|
But it's certainly less semantically dense compared to Rust or Scala etc.