On Sat, Aug 17, 2013 at 03:47:06PM +0200, Borislav Kosharov wrote: > On Saturday, 10 August 2013 at 18:28:26 UTC, H. S. Teoh wrote: > >On Wed, Aug 07, 2013 at 09:52:10PM +0200, Borislav Kosharov wrote: > >>I played around and used D's flexible syntax and I managed to create > >>this: > >>https://gist.github.com/nikibobi/6169035 > >> > >>It prints the song's lyrics and I have used aliases, templates, > >>constants, the fact that f(a) == a.f() == a.f and many more small > >>things. I tough that it was funny and strange and I decided to show > >>it to you. Also if you change the enum Word it changes everything :D > > > >Oh dear. Is this the beginning of the IODCC? ;-) > > > > > >T > > What is IODCC?
The International Obfuscated D Code Contest. It's a pun on the IOCCC (International Obfuscated C Code Contest -- see ioccc.org), which is a contest where you try to write the most unreadable, unmaintainable, and horrible C code you can. :) T -- The richest man is not he who has the most, but he who needs the least.
