TEL::0898-88889999

网站公告:

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

主营项目

  • 为什么韩国的热辣舞团无法征服中国的男性市场??
  • 你为什么觉得 Mac 不好用?
  • 福州人口流出为什么这么严重?
  • 有没有一个时间段,自己乐在其中,可亲人或者朋友却觉得你很辛苦,很心疼你?
  • MacOS真的比Windows流畅吗?
  • 如何看待极客湾评测麒麟X90的性能与表现?

新闻动态

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

大部分语言都用尖括号<>表示泛型,为什么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要标新立异用中括号?
上一篇:程序员从幼稚走向成熟的标志是什么?
下一篇:可以用duckdb在本地建立一个数据库对外服务吗?