0%

brainfuck

B b

Transcription

    • US Pronunciation
    • US IPA
    • US Pronunciation
    • US IPA

Definitions of brainfuck word

  • noun Technical meaning of brainfuck (language)   An eight-instruction esoteric programming language created by Urban Müller. His goal was apparently to create a Turing-complete language with the smallest compiler ever, for the Amiga OS 2.0. He eventually reduced his compiler to under 200 bytes. A Brainfuck program has a pointer that moves within an array of 30000 bytes, initially all set to zero. The pointer initially points to the beginning of this array. The language has eight commands, each of which is represented as a single character, and which can be expressed in terms of C as follows: > ==> ++p; < ==> --p; + ==> ++*p; - ==> --*p; . ==> putchar(*p); , ==> *p = getchar(); [ ==> while (*p) { ] ==> } Brian Raiter's Brainfuck page. 1
  • noun brainfuck (vulgar) Something that destabilizes, confuses, or manipulates a person's mind. 0
  • noun brainfuck Alternative letter-case form of Brainfuck. 0
  • verb brainfuck (vulgar) To destabilize, confuse, or manipulate a person's mind. 0

Information block about the term

Parts of speech for Brainfuck

noun
adjective
verb
adverb
pronoun
preposition
conjunction
determiner
exclamation

See also

Matching words

Was this page helpful?
Yes No
Thank you for your feedback! Tell your friends about this page
Tell us why?