Post Made Community Wiki by Jeff Atwood
show/hide this revision's text 5 added 111 characters in body

Definitely LOLCODE. It elegantly combines programming language design with one of the strangest memes of this century.

Hello World example:

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

My favorite example from the Wikipedia article:

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

Here's some object-oriented code, sort of:

O HAI IM thing
  I HAS A VAR ITZ "LOL"
KTHXBYE

I HAS A thing ITZ A BUKKIT
I HAS A someThing ITZ LIEK A thing

LOLCODE is also implemented as a procedural language.

show/hide this revision's text 4 added 48 characters in body

Definitely LOLCODE. It elegantly combines programming language design with one of the strangest memes of this century.

Hello World example:

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

My favorite example from the Wikipedia article:

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

Here's some object-oriented code, sort of:

O HAI IM thing
  I HAS A VAR ITZ "LOL"
KTHXBYE

I HAS A thing ITZ A BUKKIT
I HAS A someThing ITZ LIEK A thing
show/hide this revision's text 3 Added OO implementation
show/hide this revision's text 2 added 99 characters in body
show/hide this revision's text 1