
There would usually be a brief digression at the end of his section, and in one issue, he discussed the idea of a “quine”, a program whose only function is to generate its own source code.
printf(f,34,f,34,10);
It was from this I had an idea of a creative way to produce a quine of my own. I just had to be liberal about the definition of a programming language. Here’s my (faulty) recollection of Mr Hey’s write-up of my entry…
We had a clever entry to our discussion of self-replicating programs from Bill Godfrey who sent in a floppy disk, and it meets the rules of the game.Once the initial excitement of appearing in print wore off, I was kicking myself for not thinking my idea through. I only used PKZIP.EXE as the source file because I needed a file to be the source code, and PKZIP itself seemed the most applicable for that role. That decision alone disqualified me.
Run the program SELFREP.EXE and it produces the “source”, PKZIP.EXE itself. He supplies a batch file which recompiles the program. First, PKZIP “compiles” SELFREP.OBJ (instead of .ZIP) and then the “linker” ZIP2EXE is invoked to produce the completed executable program.
Unfortunately, because Mr Godfrey didn’t write PKZIP, he’s technically disqualified from this contest.
What I should have done is supply some “source code” such as…
/* A self replicating program by Bill Godfrey. */
Go();
The batch file should have just compiled (zipped) that two line text file and then linked (zip2exe) it. Running the generated EXE would have produced the same two line text file back. It would have totally complied with the rules and I would not have been disqualified! Grrrr…
I’ve long since lost that edition of PC Plus. If anyone reading this has a copy, I’d love a scan of that page please.
Picture credits
“Reading a magazine” by flickr user “ZaCky ॐ”.
“Danger - Self Replicating Device!” by Sam Ley, aka flickr user “phidauex”.
No comments:
Post a comment