[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Symmetry between language and C API (Was: (not) handling new programming idioms with grace
- From: Luiz Henrique de Figueiredo <lhf@...>
- Date: Mon, 23 Jul 2018 11:47:30 -0300
> The problem with the concatenation operator is that it concatenates
> just two values.
Yes, but it is associative and "a..b..c..d" generates a *one*
instruction, not *three*.