IOCCC 2014 Now In Progress
leob (154345) writes In case you haven't noticed yet, the 23rd International Obfuscated C Code Contest is now in progress. A pre-announcement was made on Twitter in the end of August; the online submission tool is now available until 2014-Oct-19 18:17:16 UTC.
Well, I would have noticed it if they didn't insist on concealing it!
Somebody should submit an entry using just normal C11 code. It's ugly and inconsistent by design with its awful _Noreturn, _Alignas, _Threat_local and gets_s() naming.
A particular sin() implementation by IBM has always looked scary to me. I found it via an interesting Stack Overflow thread which talks about trigonometric functions.
An announcement that they're planning on making an announcement, with the former alluding to the same material as the latter.
Pre-announcement:
Announcement:
int printf(char*,...);char q='"',n='\n',b='\\',*s="int printf(char*,...);char q='%c',n='%c%c',b='%c%c',*s=%c%s%c;int main() { printf(s,q,b,'n',b,b,q,s,q,n); return 0; }%c";int main() { printf(s,q,b,'n',b,b,q,s,q,n); return 0; }
A pre-announcement was made on twitter. Unfortunately, nobody could understand it.