The for loop syntax needs a do over. Currently implicit calls to items and 
pairs iterators, together with the "new" tuple unpacking syntax, which doesn't 
actually implicitly call pairs, makes it very confusing for users. Not to 
mention that the later is riddled with bugs. So I would like something to be 
done about it. Either remove `for (x, y)` and keep how Nim used to work or the 
opposite. But please don't keep both for v2.

Reply via email to