Worst ideas/features in programming languages?

Timon Gehr timon.gehr at gmx.ch
Sun Jan 9 10:07:02 UTC 2022


On 1/9/22 11:05, Timon Gehr wrote:
> 
> `(a,(b,c))` is not the same as `((a,b),c)` in my proposals, those are 
> always pairs, where the second and first component, respectively, are 
> also pairs. Both are distinct from `(a,b,c)`, which is always a triple.

(Technically, I guess if `a, b or c` is an expression/expanded tuple of 
the variety that DMD already supports, the number of components of the 
results can be different.)


More information about the Digitalmars-d mailing list