• 如何看待多地推出升级版「禁酒令」?
  • 为什么说中国是基建狂魔?
  • 如何看待华人派遣赴日it彻底崩了?
  • 鸿蒙电脑应用开发和鸿蒙手机是一样的吗?
  • 你怎么看待剪映收费过高问题?

诚信为本,市场在变,诚信永远不变...        

0896-98589990
新闻资讯
您的当前位置: 首页 > 新闻资讯

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

发布时间:2025-06-21 13: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要标新立异用中括号?

上一篇 : 本田完成可重复使用火箭首次起降测试,这标志着什么?

下一篇 : golang总体上有什么缺陷?