"Hey guys, Lmacomstore for programming and security community is here! "
Have you ever see a programming language that is not readable or understandable? There are some coding languages called esoteric programming languages or esolang. These languages are created to test the limitations of computer programming language design.
Here is a list of 5 hardest programming languages that gis too hard for programmers. These languages are unusual to understand and difficult to digest.
"Hey guys, Lmacomstore for programming and security community is here! "
Here is a list of 5 hardest programming languages that gis too hard for programmers. These languages are unusual to understand and difficult to digest.
1- Malbolge
Malbolge is one of the completed programming languages. After the arrival of this last, it took 2 years for writing the first Malbolge program, just imagine how difficult it is? It is said that the author of Malbolge has never written a single program. It's a public domain esoteric programming language created by Ben Olmsted in 1998.
Hello world program in Malbolge
(=<`#9]~6ZY32Vx/4Rs+0No-&Jk)”Fh}|Bcy?`=*z]Kw%oG4UUS0/@-ejc(:’8dc
Malbolge is one of the completed programming languages. After the arrival of this last, it took 2 years for writing the first Malbolge program, just imagine how difficult it is? It is said that the author of Malbolge has never written a single program. It's a public domain esoteric programming language created by Ben Olmsted in 1998.
Hello world program in Malbolge
(=<`#9]~6ZY32Vx/4Rs+0No-&Jk)”Fh}|Bcy?`=*z]Kw%oG4UUS0/@-ejc(:’8dc
2 - COW programming language
The instructions of cows language contain different variations of ‘moo’ that is, MoO, moO, mOO, mOo, Moo, and so on. It is a little bit sensitive language and other words or symbols in between the instructions of the language are ignored.
Hello world program in the Cow programming language
MoO MoO MoO MoO MoO MoO MoO MoO MoO MoO MoO MoO MoO MoO MoO MoO
The instructions of cows language contain different variations of ‘moo’ that is, MoO, moO, mOO, mOo, Moo, and so on. It is a little bit sensitive language and other words or symbols in between the instructions of the language are ignored.
Hello world program in the Cow programming language
MoO MoO MoO MoO MoO MoO MoO MoO MoO MoO MoO MoO MoO MoO MoO MoO
3 - Brainfuck
Brainfuck is a programming language designed in 1993 by Urban Muller. The title is also similar to the language ‘Brainfuck’ that is unusual and complicated. This language consists of eight commands and the program is the sequence of these commands. This language has an instruction pointer that starts with the first command and executes sequentially.
The eight commands of 'Brainfuck' language are (some symbols is a command):
< > + – . , [ ]
Hello world in Brainfuck language
++++++++++[>+++++++>++++++++++>+++>+<<<<-]>++.>+.+++++++..+++.>++.<<+++++++++++++++.>.+++.——.——–.>+.>.
Brainfuck is a programming language designed in 1993 by Urban Muller. The title is also similar to the language ‘Brainfuck’ that is unusual and complicated. This language consists of eight commands and the program is the sequence of these commands. This language has an instruction pointer that starts with the first command and executes sequentially.
The eight commands of 'Brainfuck' language are (some symbols is a command):
< > + – . , [ ]
< > + – . , [ ]
Hello world in Brainfuck language
++++++++++[>+++++++>++++++++++>+++>+<<<<-]>++.>+.+++++++..+++.>++.<<+++++++++++++++.>.+++.——.——–.>+.>.
4 - INTERCAL
INTERCAL is a compiler language created by James M. Lyon and Don Woods, mocks the aspects of various programming languages.
Hello World in INTERCAL
PLEASE DO ,1 <- #13
DO ,1 SUB #1 <- #238
DO ,1 SUB #2 <- #112
DO ,1 SUB #3 <- #112
DO ,1 SUB #4 <- #0
DO ,1 SUB #5 <- #64
DO ,1 SUB #6 <- #238
DO ,1 SUB #7 <- #26
DO ,1 SUB #8 <- #248
DO ,1 SUB #9 <- #168
DO ,1 SUB #10 <- #24
DO ,1 SUB #11 <- #16
DO ,1 SUB #12 <- #158
DO ,1 SUB #13 <- #52
PLEASE READ OUT ,1
PLEASE GIVE UP
INTERCAL is a compiler language created by James M. Lyon and Don Woods, mocks the aspects of various programming languages.
Hello World in INTERCAL
PLEASE DO ,1 <- #13DO ,1 SUB #1 <- #238
DO ,1 SUB #2 <- #112
DO ,1 SUB #3 <- #112
DO ,1 SUB #4 <- #0
DO ,1 SUB #5 <- #64
DO ,1 SUB #6 <- #238
DO ,1 SUB #7 <- #26
DO ,1 SUB #8 <- #248
DO ,1 SUB #9 <- #168
DO ,1 SUB #10 <- #24
DO ,1 SUB #11 <- #16
DO ,1 SUB #12 <- #158
DO ,1 SUB #13 <- #52PLEASE READ OUT ,1
PLEASE GIVE UP
5- Whitespace
Whitespace is also another esoteric programming language introduced by Chris Morris and Edwin Brady. In these languages, Whitespace characters like tab, space, and linefeeds have meaning. The interpreter ignores all the non-whitespace characters. The language itself is an imperative stack-based language and the virtual machines on which program runs have heap and stack. Surprisingly, the language is released on the 1st April 2003(April fools day).
Hello World in Whitespace
Whitespace is also another esoteric programming language introduced by Chris Morris and Edwin Brady. In these languages, Whitespace characters like tab, space, and linefeeds have meaning. The interpreter ignores all the non-whitespace characters. The language itself is an imperative stack-based language and the virtual machines on which program runs have heap and stack. Surprisingly, the language is released on the 1st April 2003(April fools day).
Hello World in Whitespace

Post a Comment