Brainfuck
From Just Solve the File Format Problem
(Difference between revisions)
Dan Tobias (Talk | contribs) (Created page with "{{FormatInfo |formattype=Languages |subcat=Programming Languages |released=1993 }} '''Brainfuck''' is an "esoteric" programming language which was designed (originally for the...") |
m |
||
Line 9: | Line 9: | ||
* [http://esolangs.org/wiki/Brainfuck Esolangs site] | * [http://esolangs.org/wiki/Brainfuck Esolangs site] | ||
− | [[Category: | + | [[Category:Humor]] |
Latest revision as of 19:50, 6 June 2017
Brainfuck is an "esoteric" programming language which was designed (originally for the Amiga computer) to have the smallest possible compiler. Its code consists of only a small number of symbols, and is extremely cryptic and hard for humans to understand, inspiring its name. It in turn inspired some other weird languages such as COW and SYSDOOM.