Search code examples
computer-sciencehistorycode-golf

Remember the one liner code challenges?


Does anyone remember years ago in magazines like Byte where people competed to produce the most functional piece of code written in a single line of code? I remember games like Pole Position with scrollng text, etc. and fractal graphics being done this way.

Granted modern languages like C# and Java an endless amount in one statement, does anyone know of anything similar going on now? It was also inspiring and interesting stuff to see.


Solution

  • There's a site called Code Golf dedicated to competing on problems in that format.