To each their own. I enjoy writing Go almost as much as writing Python. But more importantly I find reading Go easier than any other language - mostly due to its explicitness and consistency between authors. That has made it much easier to dig into code bases that solve some very complex and interesting (to me, anyway) problems.Also, I assume the 'no type safety' statement is just hyperbole?
bitexploder|9 years ago
kuschku|9 years ago
Even the stdlib uses interface{} everywhere now: https://tip.golang.org/pkg/sort/#Slice