Categories
esoterica + programming
(See also: all categories, featured categories, featured articles, all articles. Sort articles by name, created, edited)
4 Articles that combine these categories:
Categories
esoterica + programming(See also: all categories, featured categories, featured articles, all articles. Sort articles by name, created, edited)
4 Articles that combine these categories:
this is a rough draft of a short story A software developer and part time hacker, DARIUS, is returning to his high-rise apartment, after going for a run. As he jogs up the stairs, he is concentrating hard on solving a Rubik's cube in each hand. As he reaches the third or fourth …
Nonsense is nonsense. But the study of nonsense? That is a science. —Saul Lieberman | _) _ \ __| _ \ __| _ \ __| | __| _` | __/ \__ \ ( | | __/ | | ( ( | \___| ____/ \___/ \__| \___| _| _| \___| \__,_| From ἐσωτερικός — esōterikós — "belonging to an inner circle".... —(B…
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…