[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: Scott Morgan <blumf@...>
- Date: Mon, 23 Jul 2018 15:41:04 +0100
On 23/07/18 15:21, Javier Guerra Giraldez wrote:
> it should actually work as is, just the second use of `i` shadowing
> the first one on the loop's scope, without affecting the final use.
>
> of course, lint-like tools would bark at you for this
Yeah, the scoping would have been fine, just the `i,j` instead of the
inefficient `1,#list` bit was the problem.
Scott