TEL::0898-88889999

网站公告:

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

主营项目

  • 能分享一下你写过的rust项目吗?
  • 现在个人博客不能备案了吗?
  • 男朋友说我穿衣服太开放,难道好身材不应该显示出来吗?
  • 程序员的时间管理真的是写代码1小时,调试8小时吗?
  • 鸿蒙 PC 操作系统有可能冲破 Windows 和 MacOS 的封锁,代表国产系统成为第三极吗?
  • 紧身牛仔裤看起来不正经,真的是这样吗?

新闻动态

当前位置: 首页 > 新闻动态

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

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

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要标新立异用中括号?
上一篇:小区楼下的自动售水机的水干净吗?
下一篇:如何从零开始开发一款独立游戏?