☰

secretGeek logowiki.secretGeek

Top categories

  • Category: Fractal
  • Category: Sierpiński
  • Category: Writing
  • Category: LOGO
  • (All categories)

Latest updates

  • Dylan's About Face
  • Classic Articles of Computer Science
  • A Simple Puzzle
  • Henry Porter
  • ADHD Products/Ideas to Help
  • (All articles)

About this site

Sign in


See also

  • secretGeek.net
  • Today I Learned
  • Your First Product
  • About (and contact)

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:

esoterica − programming −
related-categories  grimoire 4+  quineology 2+ 
… 5 crypto 1+  puzzle 1+  recursion 1+  short story 1+  stub 1+ 
Articles with Category esoterica + programming (4…)
  • A PUZZLE
  • Esoteric Programming Concepts
  • Quine
  • Quine Programming Language

A PUZZLE

stub short story programming esoterica puzzle recursion crypto grimoire

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 …

📖 Keep reading…

Esoteric Programming Concepts

esoterica programming grimoire

Nonsense is nonsense. But the study of nonsense? That is a science. —Saul Lieberman | _) _ \ __| _ \ __| _ \ __| | __| _` | __/ \__ \ ( | | __/ | | ( ( | \___| ____/ \___/ \__| \___| _| _| \___| \__,_| From ἐσωτερικός — esōterikós — "belonging to an inner circle".... —(B…

📖 Keep reading…

Quine

programming esoterica grimoire quineology

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 …

📖 Keep reading…

Quine Programming Language

esoterica programming quineology grimoire

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…

📖 Keep reading…