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


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

更新时间:2025-06-18 15:30: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
  • 哪个瞬间让你觉得编程只是一门技术?

    查看案例

  • 同样是对标安卓系统,为什么谷歌的Fuchsia死了,而华为的鸿蒙却愈发壮大?

    查看案例

  • 女生被踢裆也会很疼吗?

    查看案例

  • 帕金森能通过运动延缓病情吗?选啥运动?

    查看案例

  • 为什么我觉得 AI 写代码纯属添乱?

    查看案例

  • 微软宣布 5 月 28 日开始下架「Microsoft 远程桌面」应用,背后原因有哪些?

    查看案例

  • 既然 golang 到处都是 if err != nil ,为啥不能从语法层面把这句话当做默认值?

    查看案例

  • 《碟中谍 8》都有哪些槽点?

    查看案例