I do not think your example code is clever at all, as it is ridiculously difficult to work out what it does.
Clever code must meet all of these requirements:
- Be easy to understand
- Work
- Achieve something in an elegant and succinct way
If it isn't easy to understand, then it is isn't clever code.
(Edited to remove the claim that hard to understand code is stupid code IMOas there are occasions when it is necessary to write hard to understand code. Of course, it should then have copious amounts of documentation to explain it...)
