大部分语言都用尖括号<>表示泛型,为什么golang要标新立异用中括号?

Views :
Update time : 2025-06-21 13:15:17

最新的设计文档里面对这一块做了一个解释。

Why not use the syntax F like C++ and J***a? When parsing code within a function, such as v := F, at the point of seeing the < it's ambiguous whether we are seeing a type instantiation or an expression using the < operator. This is very difficult to resolve without type information. For example, consider a statement like a, b = w < x, y > (z) Withou…。

大部分语言都用尖括号<>表示泛型,为什么golang要标新立异用中括号?
Related News
Read More >>
Blog Post With Youtube Video 央企的信创,是否有必要把 spring 替换成国产的 solon ?
2025-06-26 07:35:15
央企的信创,是否有必要把 spring 替换成国产的 solon ?...
Blog Post With Youtube Video 有什么软件做高频词提取,词云分析?
2025-06-26 07:50:15
有什么软件做高频词提取,词云分析?...
Blog Post With Youtube Video Golang和J***a到底怎么选?
2025-06-26 08:10:17
Golang和J***a到底怎么选?...
Blog Post With Youtube Video 为什么有些前端一直用 div 当按钮,而不是用 button?
2025-06-26 08:50:18
为什么有些前端一直用 div 当按钮,而不是用 button?...

Leave Your Message