Monday, August 25, 2008

Obfuscated Code

Seeing this example of an obfuscated code:
_(__,___,____){___/__<=1?_(__,___+1,____):!(___%__)?_(__,___+1,0):___%__==___/
__&&!____?
(printf("%d\t",___/__),_(__,___+1,0)):___%__>1&&___%__<___/__?_(__,1+
___,____+!
(___/__%(___%__))):___<__*__?_(__,___+1,____):0;}main(){_(100,0,0);}
Reminded me of a famous quote "Real programmers can write assembly code in any language." only this time, more appropriately, it would be "Real programmers can write brainfuck in any language."
For those of you who don't know what Brainfuck is, you can read about it at Wikipedia/Brainfuck.

No comments: