1. brainfuck - Noun
2. brainfuck - Verb
3. Brainfuck - Proper noun
Brainfuck
A minimalist esoteric programming language, created for amusement, in which every basic machine instruction is represented by a single character.
brainfuck (plural brainfucks)
(vulgar) Something that destabilizes, confuses, or manipulates a person's mind.
brainfuck
Alternative letter-case form of Brainfuck
brainfuck (third-person singular simple present brainfucks, present participle brainfucking, simple past and past participle brainfucked)
(vulgar) To destabilize, confuse, or manipulate a person's mind.
A brainfuck program is a sequence of these commands, possibly interspersed with other characters (which are ignored). Source: Internet
Along with Chris Pressey's Befunge (like FALSE, but with a two-dimensional instruction pointer), brainfuck is now one of the best-supported esoteric programming languages. Source: Internet
Brainfuck programs can be translated into using the following substitutions, assuming ptr is of type char* and has been initialized to point to an array of zeroed bytes: As the name suggests, brainfuck programs tend to be difficult to comprehend. Source: Internet
Although Brainfuck is esoteric and confusing by design, it is not necessarily useless. Source: Internet
A variety of brainfuck programs have been written. Source: Internet
However, to read non-textual data, a brainfuck program may need to distinguish an end-of-file condition from any possible byte value; thus 16-bit cells have also been used. Source: Internet