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

Views :
Update time : 2025-06-24 06:10:14

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

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 可否留下一张照片以及照片背后的故事?
2025-06-19 19:15:15
可否留下一张照片以及照片背后的故事?...
Blog Post With Youtube Video 在excel中,如何利用VBA将这段数据转成json格式?
2025-06-19 18:50:16
在excel中,如何利用VBA将这段数据转成json格式?...
Blog Post With Youtube Video python与nodejs哪个性能高?
2025-06-19 18:15:16
python与nodejs哪个性能高?...
Blog Post With Youtube Video 伊朗没有战斗机吗?为什么不起飞空中拼***?
2025-06-18 00:15:11
伊朗没有战斗机吗?为什么不起飞空中拼***?...

Leave Your Message