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

Views :
Update time : 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要标新立异用中括号?
Related News
Read More >>
Blog Post With Youtube Video 毕设答辩,老师说node不可能写后台怎么办?
2025-06-25 17:20:15
毕设答辩,老师说node不可能写后台怎么办?...
Blog Post With Youtube Video golang为什么要内置map?
2025-06-25 17:40:13
golang为什么要内置map?...
Blog Post With Youtube Video 美国不交房产税会被赶人收房,那所谓的永久产权还有什么意义?
2025-06-25 17:25:13
美国不交房产税会被赶人收房,那所谓的永久产权还有什么意义?...
Blog Post With Youtube Video 如何评价首个女性友好的编程语言HerCode?
2025-06-25 16:10:13
如何评价首个女性友好的编程语言HerCode?...

Leave Your Message