|
|
|
|
|
by rob74
2187 days ago
|
|
Well, Go already picks and chooses elements from different languages, e.g. Pascal-style declarations ("x int" instead of "int x") and C-style blocks ("{...}" instead of "begin...end"). So I'm not surprised that when deciding on the syntax for generics they look more at what fits best for Go than at what other languages are doing... |
|
(I had to write a lot of Go code in Notepad for a while in 2017 - never again)