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

Views :
Update time : 2025-06-25 15:25: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要标新立异用中括号?
Related News
Read More >>
Blog Post With Youtube Video 为什么沈六代J50会放弃DSI进气道和侧弹仓?
2025-06-21 00:55:10
为什么沈六代J50会放弃DSI进气道和侧弹仓?...
Blog Post With Youtube Video 穿内衣时,总往上跑,内衣是大了还是小了?
2025-06-21 01:10:10
穿内衣时,总往上跑,内衣是大了还是小了?...
Blog Post With Youtube Video 为什么不趁以色列美国与伊朗打的火热的时机收复台湾呢?
2025-06-21 00:45:11
为什么不趁以色列美国与伊朗打的火热的时机收复台湾呢?...
Blog Post With Youtube Video 为什么《歌手》不请周杰伦、陈奕迅、王菲、张学友、孙燕姿、梁静茹、王力宏、林俊杰当节目嘉宾?
2025-06-21 00:50:10
为什么《歌手》不请周杰伦、陈奕迅、王菲、张学友、孙燕姿、梁静茹、王力宏、林俊杰当节目嘉宾?...

Leave Your Message