The world's smallest self-replicating program
1–10 of 65 posts
Re: The world's smallest self-replicating program
#2Re: The world's smallest self-replicating program
#3Re: The world's smallest self-replicating program
#4Re: The world's smallest self-replicating program
#5lol not quite in the spirit of the challenge.
Re: The world's smallest self-replicating program
#6For those not understanding and wanting to see the "source" for this entry... it was a Zero byte file.
Re: The world's smallest self-replicating program
#7 smr: smr.c
@${RM} -rf smr
${CP} smr.c smr
${CHMOD} +x smr
Apparently, an empty file marked as executable will execute!Re: The world's smallest self-replicating program
#8lol not quite in the spirit of the challenge.
Forcing the creation of a new contest rule is a tradition in the IOCCC.
Definition of replicate is: to repeat or copy (something) exactly
Empty program doesn't copy or repeat anything. Entry rejected.
EDIT: It's not reddit, downvotes doesn't go here for disagreeing. The problem is posed in natural language and it has its own rules. In natural language (at least in English) doing nothing isn't copying or replicating. You may check the dictionaries.
Next time someone will claim claim 1 million sales: million nothings for 0 dollars to nobodies.
EDIT (to other child)
Yes, empty set is subset of other sets but that's because the definition of subset. Copy or replicate in natural language (in which the problem is posed) mean something entirely different.
Re: The world's smallest self-replicating program
#9 smr: smr.c
@${RM} -rf smr
${CP} smr.c smr
${CHMOD} +x smr
this is bullshit if you ask me..Re: The world's smallest self-replicating program
#10Earlier quoted context omitted.
Forcing the creation of a new contest rule is a tradition in the IOCCC.
Meh. Empty program doesn't replicate itself. It's similar to recent rule-nitpick discussion about selling for 0$. Selling for 0$ isn't selling and nothing isn't replicating itself. Definition of replicate is: to repeat or copy (something) exactly Empty program doesn't copy or repeat anything. Entry rejected. EDIT: It's not reddit, downvotes doesn't go here for disagreeing. The problem is posed in natural language and…