Hereโs a look at the top 6 whackiest and crazyย programming languages
Do you think that programmers do not have fun? YesโฆThen, well how would you explain TrumpScript, LOLCODE, Chef, Shakespeare, Whenever and Malbolge?
Esoteric programming language (sometimes shortened to esolang) is a programming language designed to test the boundaries of computer programming language design, as a proof of concept, as software art, as a hacking interface to another language (particularly functional programming or procedural programming languages), or as a joke. The use of esoteric distinguishes these languages from programming languages that working developers use to write software.
So, what happens when you add Donald Trump, cats, recipes and Shakespeareโs poems to programming languages? You end up getting error messages such as โIโm really rich, part of the beauty of me is Iโm very richโ, or LOLCats rule your code, or source code has rhymes and a hint of tragedy and the language basically does what it wants, when it wants or it looks like a cooking recipe.
TrumpScript: โWe hope our efforts will make programming great againโ
TrumpScriptย may be declared as official programming language of USA after Donald Trump wins the election (just joking). It is a language based on the life and quotes of the illustrious U.S. presidential candidate Donald Trump.
As the undeniably best presidential candidate in the 2016 language, four Rice University students decided that โthe current field of programming languages does not include any that Trumpโs glorious golden combover would approve ofโ and created something worthy of a presidential candidate during a 36-hour hackathon. Here are some of TrumpScriptโs features:
- All numbers must be strictly greater than 1 million. The small stuff is inconsequential to us.
- ย There are no import statements allowed. All code has to be home-grown and American made.
- Instead of “True” and “False”, we have “Fact” and “Lie”.
- Error messages are mostly quotes directly taken from Trump himself.
- All programs must end with “America is Great”.
- Our language will automatically correct Forbesโ $4.5B to $10B.
- In its raw form, TrumpScript is not compatible with Windows, because Trump isnโt the type of guy to believe in PC.
LOLCODE: Lolspeak is real
Inspired by lolspeak, LOLCODE is a language expressed in examples of the lolcatInternet meme. The language was created in 2007 by Adam Lindsay, researcher at the Computing Department ofLancaster University.
This esoteric programming language shoots from the LOLCats phenomenon and uses LOLCats syntax to function properly. LOLCODE’s keywords are drawn from the heavily compressed (shortened) patois of the lolcat Internet meme. The moment you look at the โHello World!โ code, you will surely ignore all its weaknesses.
LOLCODE may be attractive, but itโs more than a cute face. According to the official site, there are many different implementations in languages such as .NET, Java, Python, Perl and PHP.
Shakespeare: The ‘to be or not to be’ย programming language
Designed by Jon Aslund and Karl Hasselstrom, this programming language was created with the intention to make the source code appear to be something other than programs; in this case, Shakespearean plays.
In the beginning of the program, a character list declares a number of stacks with names like “Romeo” and “Juliet”. These characters enter into dialogue with each other in which they manipulate each other’s topmost values, push and pop each other, and do I/O. The characters can also ask each other questions which behave as conditional statements.
On the whole, the programming model is very similar to assembly language but much wordier. Also, variables must be named after Shakespeareโs characters and constants are decided by positive or negative nouns.
Here is a small part of the source code:
โTo be or not to be?โ
Whenever: Can you handle it?
This programming language does what it wants, when it wants. According to the project description, it has โno sense of urgency. It does things whenever it feels like it, not in any sequence specified by the programmer.โ Not only data structures are hyped, but also variables. Program code lines are always executed (eventually), but the order doesnโt have to bear any similarity to the order in which they are indicated. It does contain some dedicated statements to deal with the random nature of the execution environment even though it has no flow control functionality and no variables.
Chef: Hello World Soufflรฉ
This is your chance to mix pleasure with business if you are a secret masterchef. While the Chef looks like a cooking recipe, the ingredients have individual data values. The ingredients can be understood as Unicode for I/O purposes, though they are numerical. While dry or unspecified ingredients will be output as numbers, the liquid ingredients will be output as Unicode characters.
In short, the output must be delicious and simple to prepare, recipes are for people with different budgets and they must be metric. Here is the source code for โHello World!โ:
Malbolge: Programming from hell
Ben Olmstead created this programming language in 1998 and named after Danteโs Ninth Circle of Hell. Malbolge was specifically designed to be almost impossible to use, via a counter-intuitive ‘crazy operation’, base-three arithmetic and self-altering code. It builds on the difficulty of earlier, challenging esolangs (such as Brainfuck and Befunge), but takes this feature to the extreme, playing on the entangled histories of computer science and encryption.
Warning: Donโt feel bad if you find Malbolge terrifying, as it was created using an algorithm. Donโt believe it? Here is the source code for โHello World!โ:
Source: Jaxenter
Also read:ย Top Programming Languages To Future-Proof Your Portfolio