Most Difficult Programming Languages To Learn
The most obscure and difficult programming languages are Malbolge, INTERCAL, Brainfuck etc. These are called Esoteric Language or Esolang.
An esolang is not designed for commonplace software development purposes. They are intended as a proof of concept or as a joke.
➦ Malbolge
This language was created in 1997 by Ben Olmstead. Malbolge is considered to be the most complex programming language.
It is said that the creator of the Malbolge programming language did not write any program using the language. Malbolge's Hello World Code appeared almost two years after the language was discovered.
‘Hello World!’ In Malbolge -
(= <9 # 9] ~ 6ZY32Vx / 4Rs + 0No- & Jk) "Fh} | Bcy?` = * Z] Kw% oG4UUS0 / @ - ejc (: '8dc
➦ Brainfuck
Urban Mullar created the language in 1993. The purpose was to entertain programmers. Hearing its name, it is understood what will be the condition of the brain of the programmers to write it!
The whole language is made up of only 6 different characters.
‘Hello World!’ In Brainfuck -
++++++++++ [> +++++++> +++++++++++++++ <<< -]> ++.> +. ++++ +++
.. +++.> ++. << +++++++++++++++.>. +++. ------ .--------. > +.
➦ INTERCAL
Jim Lyon and Don Woods, two developers, created the programming language in 1982.
It has some features that are enough to frustrate a programmer.
‘Hello World!’ In INTERCAL -
DO, 1 <- # 13
PLEASE DO, 1 SUB # 1 <- # 238
DO, 1 SUB # 2 <- # 108
DO, 1 SUB # 3 <- # 112
DO, 1 SUB # 4 <- # 0
DO, 1 SUB # 5 <- # 64
DO, 1 SUB # 6 <- # 194
DO, 1 SUB # 7 <- # 48
PLEASE DO, 1 SUB # 8 <- # 22
DO, 1 SUB # 9 <- # 248
DO, 1 SUB # 10 <- # 168
DO, 1 SUB # 11 <- # 24
DO, 1 SUB # 12 <- # 16
DO, 1 SUB # 13 <- # 162
PLEASE READ OUT, 1
PLEASE GIVE UP
If you want to RUN the above codes, go to this website ➦ tio.run
There are compilers and interpreters for almost all programming languages. Thank you!

Write your opinion