What is Lolcode?

Get help on programming - C++, Java, Delphi, etc.
Post Reply
SilverBack
Registered User
Posts: 1387
Joined: 26 Jan 2006, 02:00
Location: JHB
Contact:

What is Lolcode?

Post by SilverBack »

Well,

Have heard it mentioned before...got the just of it here on the forum...but decided to Wiki it and see. Check it out for those who dont know:

http://en.wikipedia.org/wiki/LOLCODE

If its a re-post....my bad 8)
Deja Moo: The feeling that you've heard this bull before.
Hire A Programmer -|- Just Source Code Blog
DAE_JA_VOO
Registered User
Posts: 12310
Joined: 28 Nov 2005, 02:00
Location: That other place
Contact:

Post by DAE_JA_VOO »

Yeah, LOLcode is all of that "OH HAI, I CAN HAS CHEESEBURGER KKTHNXBAIBAI" stuff. I also wiki'd it a while ago. Can't be a nerd if i don't know what LOLCODE is, can i? :P
That guy that used to mod cases. Now I take photos. True story.
SilverBack
Registered User
Posts: 1387
Joined: 26 Jan 2006, 02:00
Location: JHB
Contact:

Post by SilverBack »

LOL! Guess not! I see on that page there are interpreters and compilers etc. I seriously can imagine coding like that! I sometimes find it hard to read some of the LOLCode I have seen on the net....but, to those that can code like that....hats off to you!! Still fun finding them though! :P
Deja Moo: The feeling that you've heard this bull before.
Hire A Programmer -|- Just Source Code Blog
User avatar
Ron2K
Forum Technical Administrator
Posts: 9050
Joined: 04 Jul 2006, 16:45
Location: Upper Hutt, New Zealand
Contact:

Post by Ron2K »

Code: Select all

HAI
CAN HAS STDIO?
I HAS A THREAD
GIMMEH THREAD
IZ THREAD LIEK "LOLCODE"?
    YARLY
        VISIBLE "AWSUM!!!!!1111oneoneone"
    NOWAI
        VISIBLE "GTFO"
    KTHX
KTHXBAI
Kia kaha, Kia māia, Kia manawanui.
SilverBack
Registered User
Posts: 1387
Joined: 26 Jan 2006, 02:00
Location: JHB
Contact:

Post by SilverBack »

LOL!! :lol: Only part I dont get is this line:
VISIBLE "GTFO"
GTFO?
Deja Moo: The feeling that you've heard this bull before.
Hire A Programmer -|- Just Source Code Blog
User avatar
Ron2K
Forum Technical Administrator
Posts: 9050
Joined: 04 Jul 2006, 16:45
Location: Upper Hutt, New Zealand
Contact:

Post by Ron2K »

It's an acronym; stands for "Get the **** out". :wink:

The "VISIBLE" keyword simply writes it to stdout.
Kia kaha, Kia māia, Kia manawanui.
SilverBack
Registered User
Posts: 1387
Joined: 26 Jan 2006, 02:00
Location: JHB
Contact:

Post by SilverBack »

:oops: :lol:
Deja Moo: The feeling that you've heard this bull before.
Hire A Programmer -|- Just Source Code Blog
KillerByte
G3AR Staff Member
Posts: 5790
Joined: 08 Mar 2003, 02:00
Location: PCFormat HQ
Contact:

Post by KillerByte »

and so sparks the reuse of lolcode to end off posts...


KKTHXBAIBAI


ps.
GTFO... Get The F*** Off
What I type has nothing to do with the people that employ me.
DAE_JA_VOO
Registered User
Posts: 12310
Joined: 28 Nov 2005, 02:00
Location: That other place
Contact:

Post by DAE_JA_VOO »

KillerByte wrote:GTFO... Get The F*** Off
No, get the **** OUT.
That guy that used to mod cases. Now I take photos. True story.
KillerByte
G3AR Staff Member
Posts: 5790
Joined: 08 Mar 2003, 02:00
Location: PCFormat HQ
Contact:

Post by KillerByte »

my bad.

kkthxbaibai
What I type has nothing to do with the people that employ me.
User avatar
Ron2K
Forum Technical Administrator
Posts: 9050
Joined: 04 Jul 2006, 16:45
Location: Upper Hutt, New Zealand
Contact:

Post by Ron2K »

Interestingly enough, "GTFO" is also a LOLCODE keyword, used to break out of the innermost loop (in that way, it's functionally equivalent to the "break" statement in C/C++/Java/C#).
Kia kaha, Kia māia, Kia manawanui.
Post Reply