Post History
Challenge It's a bootstrapping challenge this time! Write a full program that, once run, writes the source code of another program that in turn, once run, writes the source code for another progra...
#1: Initial revision
From the smallest seed
# Challenge It's a bootstrapping challenge this time! Write a full program that, once run, writes the source code of another program that in turn, once run, writes the source code for another program, ad infinitum. However, you can't just do a quine. The length of each program must tend toward infinity as the sequence continues. While you can have programs that create smaller programs within the sequence, the overall trend must tend towards infinity. Your score is the length of the initial program. This is code golf, so the lowest score wins!