cloop
cloop copied to clipboard
Add support decrementing loop variables
It's not possible to decrement the loop variable!
I'm currently working around this by using a custom class derived from int which redefines __iadd__ as __isub__ but some of my colleagues have complained that this makes my code harder to follow.
Please add support for decrementing loop variables!!!1
PS: Great lightning talk ;-)