Here is the list of 5 hardest programming languages that give nightmares to the conventional programmers. These languages are difficult to digest and unusual to understand.

1.Malbolge

Malbolge is one of the toughest programming languages. As a matter of fact, after its arrival, it took 2 years for writing first Malbolge program, just imagine now how difficult it is? It is said to be that the author of Malbolge programming language has never written a single program. It is a public domain esoteric programming language created by Ben Olmsted in 1998. Hello world program in Malbolge

2.Cow programming language

The cow programming language is released sometime in early 2013. It was designed with the bovine in the mind. Cows posses limited vocabulary skills, so the developers inherit the words known by them. The instructions language consists of different variations of ‘moo’ that is, moO, MoO, mOo, mOO, Moo, and so on. It is a case-sensitive language and the other words & symbols in between the instructions of the language are ignored. Hello world program in the Cow programming language

3.Brainfuck

Brainfuck is an esoteric programming language introduced in 1993 by Urban Muller. The language is also similar to the title of the language ‘Brainfuck’ that is complicated and unusual. The language consists of eight commands and the program is the sequence of these commands. This language has an instruction pointer that begins at the first command and executes sequentially. The eight commands of Brainfuck language are(each symbol is a command): < > + – . , [ ] Hello world in Brainfuck language

4.INTERCAL

INTERCAL is a compiler language with no pronounceable acronym. It is also an esoteric programming language created by Don Woods and James M. Lyon. At the same time, it mocks the aspects of various programming languages. Hello World in INTERCAL

5.Whitespace

Whitespace is another esoteric programming language introduced by Edwin Brady and Chris Morris. In these languages, Whitespace characters like space, tab, 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). 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 Hello World in Whitespace

Top Five World s Hardest Programming Languages - 41