Python 还挺有意思,单独为矩阵乘法新增了个操作符 `@`,从词法分析到语法分析改了个遍。之前还以为 numpy 是通过**操作符重载** 实现的矩阵乘法呢,`@`本来就有,只不过是其他用途。🐍 PEP 465: a dedicated infix operator for matrix multiplication(🔗github.com)
1992年前后,部分人(也可能是主流)对SQL的态度是这样的啊(摘自O'Reilly的《lex & yacc》):SQL is the Fortran of data bases-nobody likes it much, the language is ugly and ad hoc, every data base supports it, and we all use it. (SQL 是数据库中的 Fortran,没有人喜欢它,这种语言丑陋粗糙,但每个数据库都支持它,而且我们都要使用它。)
在A和B之间权衡,英文是 trade A for B HyperLogLog **trades** perfect accuracy **for** efficient space utilization. A set of algorithms exist that **trade** memory **for** precision.