☰

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 + quineology

(See also: all categories, featured categories, featured articles, all articles. Sort articles by name, created, edited)

2 Articles that combine these categories:

esoterica − quineology −
related-categories  grimoire 2+  programming 2+ 
Articles with Category esoterica + quineology (2…)
  • Quine
  • Quine Programming Language

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…