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

Views :
Update time : 2025-06-24 08:50: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 Flutter 为什么没有一款好用的UI框架?
2025-06-20 11:30:20
Flutter 为什么没有一款好用的UI框架?...
Blog Post With Youtube Video 高考不能取消“各省为战”,全国同一标准,择优选拔的原因何在?阻力何在?
2025-06-20 11:30:20
高考不能取消“各省为战”,全国同一标准,择优选拔的原因何在?阻力何在?...
Blog Post With Youtube Video 作为一个服务器,node.js 是性能最高的吗?
2025-06-20 10:05:18
作为一个服务器,node.js 是性能最高的吗?...
Blog Post With Youtube Video 你看过最绝望的一张图片?
2025-06-20 09:50:16
你看过最绝望的一张图片?...

Leave Your Message