Brainfuck: Difference between revisions
From charlesreid1
(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...") |
No edit summary |
||
| Line 2: | Line 2: | ||
See [[Z-Machine]] for a puzzle related to this. | See [[Z-Machine]] for a puzzle related to this. | ||
[[Category:CS]] | |||
Latest revision as of 22:31, 22 May 2017
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.