|
|
|
|
|
by lawn
1346 days ago
|
|
It does feel like Go is relearning lessons of other languages quite often. It's good that this and generics could be fixed later on, but it's unfortunate that they couldn't fix the null pointers (and going further always defaulting to some default value) and error handling. |
|
A common sentiment when Go was unveiled was that its designers had ignored the 35-odd years of language research and experience since C.