There is a programming language called Brainfuck that has a very confusing and difficult to understand syntax.
For example, to make a simple Hello World
in it, you have to do the following:
++++++++[>++++[>++>+++>+++>+<<<<-]>+>+>->>+[<]<-]>>.>---.+++++++..+++.>>.<-.<.+++.------.--------.>>+.>++.
Seeing this little string, we can see why the name of the language.
So, taking into account the difficult syntax of the language (and the name), I would like to know what the purpose of the existence of the same one is?
Is this a joke that made or can this language really be used to build applications?
One more example: