如何评价《一人之下》第721(764)话?
如果将几百核心的服务器 CPU 当作 GPU 使用,会发生什么?
有哪些你去旅行后祛魅的城市?
据说go和c#的开发者都说自己比较节省内存,你们认为呢?
评价一下Proxmox VE与ESXi的优劣?
网络小白如何建立一个网站,供别人下载文件(主要是PDF和MP3)?

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

发布日期:2025-06-21 21:55: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要标新立异用中括号?