Brain Fuck       Here's everything you need to know about brainfuck.......
Brainfuck is the most famous esoteric programming language,created in 1993 by Urban Müller,
and is notable for its extreme minimalism. The language consists of only eight simple commands
and an instruction pointer. While it is
fully Turing complete, it is not intended for practical use,
but to challenge and amuse programmers. Brainfuck simply requires one to break commands
into microscopic steps. The language's name is a reference to the slang term brainfuck,
which
refers to things so complicated or unusual that they exceed the limits of one's understanding.
For example, when a coder wants to learn a new language, one of the first programs they usually teach themselves to write in that language is called“Hello World!” where the entire point of the program is to display “Hello, World!” on the computer screen.
In the case of a common programming language like Python, the code for this program looks like this:
print("hello world")
+[-[ <<[+[--->]-[ <<<]]]>>>-]>-.---.>..>. <<<<-.<+.>>>>>.>. <<.<-.
One of the better-known examples of a Brainfuck spinoff is Ook!,
a programming language modeled on “Orangutan words” where every character is just the word “Ook” followed by a different punctuation mark.
So in this case, “Hello,
World!” would look like this: