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

2025-06-23 19:05:11

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

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要标新立异用中括号?
广告位810*200
相关阅读
怎样从零开始学编程语言swift?

怎样从零开始学编程语言swift?

概览从 Xcode 15 开始,苹果推出了新的 #Previ...

2025-06-20
胸大的女孩子有什么烦恼?

胸大的女孩子有什么烦恼?

5.31: 最近突然多了很多关注,但我只是把这里当作树洞,偶...

2025-06-20
造一艘航母有多难?

造一艘航母有多难?

全世界能自己建造航母的不超过一只手。 “我需要苏联、党中央...

2025-06-20
J***a 除了 Spring 还有什么?

J***a 除了 Spring 还有什么?

J***a能做的事还挺多。 著名的沙盒游戏《我的世界》,J...

2025-06-20
为什么面向对象编程这么困难?

为什么面向对象编程这么困难?

因为面向过程编程,最符合人类直觉。 毕竟我们刚开始学习编程语...

2025-06-20