# Program a golf-programmer A [tag:code-challenge] question to write a program which produces the shortest program in a simple language. The winner may be decided by the total length of the output of the program against some existing tasks. There might be some upper limit on the length of the program. We only consider output-only tasks ([tag:kolmogorov-complexity] plus some printing challenges with [tag:restricted-source]), since it is too complex to consider problems which takes input. Some candidates for the target language: Brainfuck, Insomnia, oOo CODE, ... Some candidates for the goals of the challenges: - http://codegolf.stackexchange.com/questions/41711/say-hello-to-the-pioneers-of-computer-science - http://codegolf.stackexchange.com/questions/31552/disarm-the-b-o-m-b - [...] (I have implemented a program which performs searches to write program in Insomnia, so I think it might be interesting to make this a challenge).