Categories
esoterica + quineology
(See also: all categories, featured categories, featured articles, all articles. Sort articles by name, created, edited)
2 Articles that combine these categories:
Categories
esoterica + quineology(See also: all categories, featured categories, featured articles, all articles. Sort articles by name, created, edited)
2 Articles that combine these categories:
A Quine is a program that produces, as output, its own source code. More formally: A Quine is a non-empty program, that takes no input, and produces, as its only output, a copy of its own source code. The name was coined by Douglas Hoftstader, and named after Willard Van Orman …
Quine (the Quine Programming Language) is a programming language for writing quines, or rather, one specific quine. Quine (at Github) is based on a virtual machine that contains a buffer holding the previous token, a main queue which can hold arbitrary tokens, and a standard out…