你们都用 Flutter 开发了什么 App?
养乌龟生态缸到底可行吗?
如何评价前端框架 Solid?
为什么华为价值2.3W的鸿蒙电脑用的是美国西数的中低固态硬盘??
黑客为什么可以做到无需知道源码的情况下找出系统漏洞?
你理想中的完美户型长什么样?

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

发布日期:2025-06-23 19:05:11 浏览次数:0

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

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