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

Views :
Update time : 2025-06-27 20:25:15

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

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 小米发布了 REDMI 首款旗舰小平板 K Pad,仅 8.8 英寸,小巧便携,如何评价这一设计?
2025-06-23 00:35:16
小米发布了 REDMI 首款旗舰小平板 K Pad,仅 8.8 英寸,小巧便携,如何评价这一设计?...
Blog Post With Youtube Video Flutter 为什么没有一款好用的UI框架?
2025-06-23 00:20:16
Flutter 为什么没有一款好用的UI框架?...
Blog Post With Youtube Video 冬天也要穿胸罩吗?
2025-06-22 23:25:17
冬天也要穿胸罩吗?...
Blog Post With Youtube Video Flutter 为什么没有一款好用的UI框架?
2025-06-22 23:50:16
Flutter 为什么没有一款好用的UI框架?...

Leave Your Message