TEL::0898-88889999

网站公告:

诚信为本:市场永远在变,诚信永远不变。

主营项目

  • 为什么现在的年轻人宁愿自己工资低点,也要过得舒服、不那么累?
  • 跨平台GUI框架到底应该自绘还是原生控件绑定?
  • 中国为什么要每隔10年搞一次大阅兵?
  • 程序员的你,真的热爱编程吗?
  • 如何评价腾讯元宝桌面端使用 Rust 的 Tauri 框架?
  • obsidian用一两年后会有多大?全文搜索还快吗?

新闻动态

当前位置: 首页 > 新闻动态

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

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

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要标新立异用中括号?
上一篇:2025年了,为何丰田还没破产?
下一篇:Linux 下有没有类似 Everything 的搜索工具?