20
There is a programming language called Brainfuck which has a very confusing and difficult to understand syntax.
For example, to make a simple Hello World
in the same, you have to do the following:
++++++++[>++++[>++>+++>+++>+<<<<-]>+>+>->>+[<]<-]>>.>---.+++++++..+++.>>.<-.<.+++.------.--------.>>+.>++.
Looking at this little "string", we can understand why the language name.
Then, taking into account the difficult syntax of the language (and the name), I would like to know what is the purpose of its existence?
This is a joke they made or this language can actually be used to build applications?
One more example:
The goal is already described by the name of the language.
– Oralista de Sistemas