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

Views :
Update time : 2025-06-21 20:05:16

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

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 你和你老婆是怎么认识的?
2025-06-22 18:30:16
你和你老婆是怎么认识的?...
Blog Post With Youtube Video 央企的信创,是否有必要把 spring 替换成国产的 solon ?
2025-06-22 18:40:15
央企的信创,是否有必要把 spring 替换成国产的 solon ?...
Blog Post With Youtube Video 据调查使用五笔输入法人数仅剩 3%,五笔输入法是怎么没落的?
2025-06-22 19:15:16
据调查使用五笔输入法人数仅剩 3%,五笔输入法是怎么没落的?...
Blog Post With Youtube Video 新手想要打好篮球,主要练运球还是投篮?
2025-06-22 18:50:15
新手想要打好篮球,主要练运球还是投篮?...

Leave Your Message