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


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

更新时间:2025-06-23 02:10:14

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

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
  • 为什么都认为无GC语言一定会比有GC语言要快?

    查看案例

  • 有没有免费的云服务器?

    查看案例

  • 黄晓明上戏考博落榜,本人回应「明年再战」,怎样看明星对高学历的追求?上戏博士有多难考?

    查看案例

  • 如果世界是虚拟的,当两个镜子对面放,将会无限反射,会不会将 cpu 算力耗光?

    查看案例

  • 如何评价引入 Liquid Glass 设计的 iOS 26?

    查看案例

  • 刘强东看到了什么,才去搞外卖?

    查看案例

  • 你卡过最厉害的bug是什么?

    查看案例

  • 通过 MCP 实现 AI Agent 目前有哪些最佳实践?

    查看案例