From charlesreid1

Revision as of 22:31, 22 May 2017 by Admin (talk | contribs) (Created page with "Brainfuck is a very simple, low-level programming language that takes the form of cryptic symbols. It involves a small number of operations that manipulate a stack, and can be...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Brainfuck is a very simple, low-level programming language that takes the form of cryptic symbols. It involves a small number of operations that manipulate a stack, and can be thought of as a "toy" language to illustrate how "bare metal" languages and Turing Machines work.

See Z-Machine for a puzzle related to this.