Weirdest Coding Languages.

 

Weirdest coding languages

LOLCODE:LOLCODE, It was created in 2007 by Adam Lindsay, researcher at Lancaster University. The keywords of the language are all capitalized and meme fied.

 

HAI

CAN HAS STDIO?

I HAS A VAR

IM IN YR LOOP

UP VAR!!1

VISIBLE VAR

IZ VAR BIGGER THAN 10? KTHX

IM OUTTA YR LOOP

KTHXBYE

 

ENGLISH: English is a programming language that attempts to imitate natural sounding language. Its syntax is very loose to give the writer a greater freedom of expression. No functions can be defined by the programmer-he may only use the build-in ones. Here is an example programm:

 

Display “Hello world!” and a newline stop the program.

 

Brainf#ck: Brainf#ck is the superstar of obscure languages, reaching almost a cult following. It is notoriously difficult to program in, with only eight simple commands and an instruction pointer. It is designed to challenge and amuse programmers, and was not made to be suitable for practical use. It was created in 1993 by Urban Müller. Here is what a “Hello world!” program looks like:

 

++++++++++[>+++++++>++++++++++>+++>+<<<<-]>++.>++.<<+++++++++++++++.>.+++.------.--------.>+.>.

 

Malbolge: Malbolge is a programming language invented by Ben Olmstead in 1998, named after the eighth circle of hell, the language was specifically designed to be impossible to write useful programs in. You have to be a cryptography scientist to write a meaningful program in it. Here is what “Hello World!” looks like in Malbolge:

 

(=<`#9]~6ZY32Vx/4Rs+0No-&Jk)"Fh}|Bcy?`=*z]Kw%oG4UUS0/@-ejc(:'8dc

 

Piet: Piet is a programming language in which programs are bitmaps which look like abstract paintings . The basic building block. It supports 20 distinct colors, with some implementations having support for more. The compilation is guided by a “pointer” that moves around the image, from one continuous colored region to the next. Here is a “Hello World!” program:

 



 

 

Comments

Post a Comment