# HG changeset patch # User HackBot # Date 1455321589 0 # Node ID 5761fc6210bed8196b874174549825c4ffb59485 # Parent c960d793093480cb1db1576c0328e639e283ede8 mislearn brainfuck is an esoteric programming language created to make the smallest possible compiler for a Turing-complete language. To do this, it was designed to be extremely minimalistic- which it accomplishes, with a total of eight (8) zero-argument procedural instructions. It is what introduces many people to esolangs, spawning a vast number of derivatives that we pretty much all despise. http://esolangs.org/wiki/Brainfuck diff -r c960d7930934 -r 5761fc6210be tmflry/brainfuck --- a/tmflry/brainfuck Fri Feb 12 23:57:04 2016 +0000 +++ b/tmflry/brainfuck Fri Feb 12 23:59:49 2016 +0000 @@ -1,1 +1,1 @@ -brainfuck is an esoteric programming language created for extreme minimalism- which it accomplishes, with a total of eight (8) zero-argument procedural instructions. It is what introduces many people to esolangs, spawning a vast number of derivatives that we pretty much all despise. http://esolangs.org/wiki/Brainfuck +brainfuck is an esoteric programming language created to make the smallest possible compiler for a Turing-complete language. To do this, it was designed to be extremely minimalistic- which it accomplishes, with a total of eight (8) zero-argument procedural instructions. It is what introduces many people to esolangs, spawning a vast number of derivatives that we pretty much all despise. http://esolangs.org/wiki/Brainfuck