- LOLCODE
LOLCODE is an
esoteric programming language inspired by the language expressed in examples of the LOLCATInternet meme .cite web
author = Dwight Silverman
title = I'M IN UR NEWSPAPER WRITIN MAH COLUM
publisher = Chron.com
date =2007-06-06
url = http://www.chron.com/disp/story.mpl/business/silverman/4862013.html
accessdate = 2007-06-06 ] The language was created in 2007 by Adam Lindsay, researcher at the Computing Department ofLancaster University . [ [http://www.comp.lancs.ac.uk/department/news.html Lancaster University Computing Department News] ]The language is not clearly defined in terms of operator priorities and correct syntax, but several functioning interpreters and compilers already exist. The language has been proven
Turing-complete by the implementation of aBrainfuck compiler. [cite web
author=Arachnid
title=Proof that LOLCode is turing complete:BrainF*** interpreter in LOLCode
url=http://forum.lolcode.com/viewtopic.php?id=51
publisher=forum.lolcode.com
accessdate=2008-10-05]Language structure and examples
LOLCODE is written in heavily compressed (shortened) English Internet slang, and a person who understands this slang can often understand a LOLCODE program without prior experience. Here follows a
Hello world program and a simple program to output a file to a monitor. Highly accessible, similar code was printed in theHouston Chronicle .Example 1: HAI CAN HAS STDIO? VISIBLE "HAI WORLD!" KTHXBYE cite web
author = Adam Lindsay
title = LOLCODE main page
publisher = lolcode.com
date =2007-05-25
url = http://www.lolcode.com"
accessdate = 2007-10-02 ]::
Example 2: HAI CAN HAS STDIO? PLZ OPEN FILE "LOLCATS.TXT"? AWSUM THX VISIBLE FILE O NOES INVISIBLE "ERROR!" KTHXBYE
In this example, commands to open a file (
PLZ OPEN FILE "NAME"?
— "Please try to open a file?"), anderror handling (AWSUM THX
— "Awesome, thanks!", andO NOES
— "Oh no!") are introduced.Other commands include
I HAS A "variable"
for declaring variables,LOL "variable" R "value"
("laughter [at] variable [is/are/being] value") for assigning them, sending error messages to the front end viaINVISIBLE
instead ofVISIBLE
, andBTW
("by the way") to denote a comment, making the parser ignore the rest of the line. Loops are created with IM IN YR "label" (from an internet meme "I'm in your ___"), and ended with KTHX ("okay-thanks!"). Loops lack counters or conditions, and thus do not cease inherently. They must be manually broken with the (deprecated in favor of
– "enough" in Leetspeak) [ [http://www.sorn.net/~sandyd/blog/lolcode-mono-osx.pngSORN.net] ] command. Loops can also be ended with the conditionalENUF IZ
command:Example 3: HAI CAN HAS STDIO? I HAS A VAR IM IN YR LOOP UP VAR!!1 IZ VAR BIGGER THAN 10? KTHX VISIBLE VAR IM OUTTA YR LOOP KTHXBYE
This simple program displays the numbers 1–10 and terminates (as of specification 1.0). The same program as of specification 1.2 is (assuming VAR starts at 0):
HAI CAN HAS STDIO? IM IN YR LOOP UPPIN YR VAR TIL BOTHSAEM VAR AN 10 VISIBLE SUM OF VAR AN 1 IM OUTTA YR LOOP KTHXBYE
Implementations
There is a .NET compiler for LOLCODE written by Nick Johnson, [ [http://lolcode.net LOLCODE .NET compiler] at Google Code] and featured in
Microsoft developer training seminars, TechEd 2007 Conference (Australia). [ [http://www.istartedsomething.com/20070809/teched-day-2-lolcode/ TechEd Day 2: Microsoft announces LOLCode support] , Long Zheng] [ [http://www.networkworld.com/community/node/18296 LOLcode in next Visual Studio? For young and funny cats] , NetworkWorld.com] [ [http://blip.tv/file/343052 Video of LOLCODE presentation at TechEd 2007] ]PL/LOLCODE, a project headed by Josh Tolley, makes LOLCODE available as a server-side programming language inside PostgreSQL. [ [http://pgfoundry.org/projects/pllolcode/ PL/LOLCODE] , pgFoundry]
Microsoft Dynamic Language Runtime has an implementation of LOLCODE for testing purposes. [ [http://channel9.msdn.com/showpost.aspx?postid=392011 Deep DLR] , John Lam and Martin Maly]References
External links
* [http://lolcode.com/ LOLCODE Official website]
* [http://www.dalkescientific.com/writings/diary/archive/2007/06/01/lolpython.html LOLPython]
* [http://edition.cnn.com/2008/TECH/05/01/roflcon/index.html The new fame: Internet celebrity] , CNN article
Wikimedia Foundation. 2010.