Tag Archives: hello

LOLCODE – Wikipedia, the free encyclopedia

LOLCODE is an esoteric programming language inspired by the language expressed in examples of the lolcat Internet meme. The language was created in 2007 by Adam Lindsay, researcher at the Computing Department of Lancaster University.

The language is not clearly defined in terms of operator priorities and correct syntax, but several functioning interpreters and compilers already exist.

via LOLCODE – Wikipedia, the free encyclopedia.

“Hello World” in LOLCODE:

HAI
CAN HAS STDIO?
VISIBLE "HAI WORLD!"
KTHXBYE

“HAI” introduces the program.

“CAN HAS <file>” acts as the includes statement.

“VISIBLE <message>” prints a message to the screen.

“KTHXBYE” exits the program.

See? Far, far easier than Java.