
Top : Computers : Programming : Metaprogramming :
Quines
Websites
Examples of self-reproducing programs in various languages, with some extensions, including polyglot quines, iterating quines, and quine generators.
site exerpt
The Quine Page (self-reproducing code) I came across an article in an old Byte on self-reproducing programs I was a curious lad, and looked to see what the article was about. It said Listing 1 is a C program which duplicates itself. When the program...An essay on quines, programs which produce their own listing as output.
site exerpt
Quines (self-replicating programs) A first attempt and example Principles for writing a quine A second example: added clarity The fixed-point theorem Multi-quines: making use of introns Bootstrapping: recovering the code from the data Recapitulation Self-interpretation: using data as code Conclusion Links related to...This is a quine written for "make", specifically the gnu version.
site exerpt
Quines Here are some quines [definition] I wrote. By some I mean one A GNU make quine...