Misc

lolcode – the dumbest programming language ever

Added by on October 10th, 2008, filed under Misc

http://lolcode.com/ is a new programming language derived from the lolcats “scene” – if such a thing even exists. ugg.

example:

HAI
CAN HAS STDIO?
VISIBLE “HAI WORLD!”
KTHXBYE

c++ equivalent
#include

int main () {
cout << “HAI WORLD!”;
return 0;
}

Enjoy this Post?

Spread the word by promoting this post on FaceBook and Twitter.

What do you think?