Return Styles: Pseud0ch, Terminal, Valhalla, NES, Geocities, Blue Moon. Entire thread

IOCCC winners announced

Name: Anonymous 2014-01-06 0:14

2013 IOCCC winners announced. ( http://ioccc.org )

This is usually a depressing event for me because it's always been my dream to compete in one of these (although I officially realized I never will after toledo of 2005), but this year was especially bad. Endoh and Cable, man.

Name: Anonymous 2014-01-06 0:54

cable2 is really interesting IMO. The rest look fucking boring, though.

Name: Anonymous 2014-01-06 1:07

>>1-san, you don't have to be depressed. We could make our very own POCCC (the P stands for Prague) and you could participate!

We'd have to pick some categories. Make your suggestions.

Name: Anonymous 2014-01-06 1:42

And once again, I am completely blown away by the entries. I can agree with >>1, this is quite depressing.

Name: Anonymous 2014-01-06 2:44

Do you also get depressed when someone wins a Nobel Prize? Stop whining, pussies.

Name: Anonymous 2014-01-06 2:49

#define i(B,M)B(o){return M;}
This is the first time I see a macro like this. How is this even parsed?

Name: Anonymous 2014-01-06 2:54

>>6
It's just a macro, so the to-replace text is i(B,M) and the replacement is B(o){return M;}

For example

#define i(B,M)B(o){return M;}

int main(void)
{
int o = 3;
i(if,2)
}


through gcc -E becomes

# 1 "a.c"
# 1 "<command-line>"
# 1 "/usr/include/stdc-predef.h" 1 3 4
# 1 "<command-line>" 2
# 1 "a.c"

int main(void)
{
int o = 3;
if(o){return 2;}
}

Name: Anonymous 2014-01-06 3:14

Endoh2 is fucking insane, what the fuck.

Name: Anonymous 2014-01-06 4:12

>>8
The guy wrote https://github.com/mame/quine-relay . I would expect nothing less from him.

Name: Anonymous 2014-01-06 5:08

>>9
Welp, looks like it's time to quit programming and suicide. I've obviously failed as a programmer.

Name: Anonymous 2014-01-06 16:13

>>7
Oh. Sorry for the dumb question.

Name: Anonymous 2014-01-06 19:15

>>11
No shame in being confused by what you see in the IOCCC.

Name: Anonymous 2014-01-06 21:42

>>9
Shalom!

Newer Posts
Don't change these.
Name: Email:
Entire Thread Thread List