如何评价女明星梅根福克斯的身材?
为什么还有那么多人认为蔚来会倒闭?
为什么很多人纠结小米「龙晶陶瓷」,却没有人提起华为「纳米微晶陶瓷」?
作为一个服务器,node.js 是性能最高的吗?
中办、国办发文,拟新建改扩建 1000 所以上优质普高,将带来哪些影响?可能面临哪些挑战?
为什么中国的高超音速导弹一款接一款的出,而美国却这么费劲?

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

发布日期:2025-06-18 15:30:13 浏览次数:0

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

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要标新立异用中括号?