你现在的位置是:当前位置: 首页 >


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

更新时间:2025-06-25 13:00:13

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

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要标新立异用中括号?

案例推荐

case recommendation
  • 你在生活中见过哪些「强者从不抱怨环境」的例子?

    查看案例

  • 你认为美国最近30年最烂的一个总统是谁?

    查看案例

  • 程序员如何用好 Cursor 工具?

    查看案例

  • 淘宝上几百块钱的小程序靠谱吗?

    查看案例

  • 怎么看待B站舞蹈区和某些风格比较暴露的up?

    查看案例

  • Trae和Cursor对比有什么优势吗?

    查看案例

  • 服务器能否拒绝非浏览器发起的HTTP请求?

    查看案例

  • 游戏***1秒钟能达到6击键吗?

    查看案例