• Unfortunately, we have experienced significant hard drive damage that requires urgent maintenance and rebuilding. The forum will be a state of read only until we install our new drives and rebuild all the configurations needed. Please follow our Facebook page for updates, we will be back up shortly! (The forum could go offline at any given time due to the nature of the failed drives whilst awaiting the upgrades.) When you see an Incapsula error, you know we are in the process of migration.

[LOLCODE]My first attempt

Super Mexican
Loyal Member
Joined
Jun 26, 2008
Messages
1,517
Reaction score
2
This is my first attempt at an lolcode program. Just very random and no point what so ever.

PHP:
HAI
CAN HAS STDIO?

VISIBLE "Hai Werld !!!!1!!!11"
VISIBLE "Dis mah ferst LOLCODE appz..."
VISIBLE "I theenkz yoo r stoopid"
VISIBLE "Why yoo iz steel reeding?"
VISIBLE "Okayz I iz dun. Peez out dawg :)"

KTHXBYE

CnC pleez. ^^
KTHXBYE lol
 
Master Summoner
Joined
Oct 9, 2008
Messages
572
Reaction score
14
Me neither. Can you get a link for a compiler etc?

"CAN HAS STUDIO?"
 
duck you, I'm a dragon
Loyal Member
Joined
Apr 29, 2005
Messages
6,407
Reaction score
130
The decline of quality in this section saddens me.
 
ex visor
Loyal Member
Joined
May 17, 2007
Messages
2,741
Reaction score
937
This is my first attempt at an lolcode program. Just very random and no point what so ever.

PHP:
HAI
CAN HAS STDIO?

VISIBLE "Hai Werld !!!!1!!!11"
VISIBLE "Dis mah ferst LOLCODE appz..."
VISIBLE "I theenkz yoo r stoopid"
VISIBLE "Why yoo iz steel reeding?"
VISIBLE "Okayz I iz dun. Peez out dawg :)"

KTHXBYE
CnC pleez. ^^
KTHXBYE lol

It doesn't even look like you did anything but print words on the side of "VISIBLE" and add quotation marks. I've never heard of this code tbh.

The original code on the website was:

HAI
CAN HAS STDIO?
VISIBLE "HAI WORLD!"

All you did was add a few more "VISIBLE "words" " lines.:blink:

P.S: Show screenshots, I want to see what the outcome of this code looks like.


Me neither. Can you get a link for a compiler etc?

"CAN HAS STUDIO?"

It probably should be Studio but seeing as he copied the code from the original tutorial to show you how to code in the language he just added to it.

The decline of quality in this section saddens me.

I have to agree with you there.
 
ex visor
Loyal Member
Joined
May 17, 2007
Messages
2,741
Reaction score
937
Delete this tbh.

It's not even a coding language. It's probably just replacing code with different words to get the same output, and I doubt it can do anything over printing a few lines to the console.

Yeah, the code is pathetic tbh.

The opening tags (I'm guessing) is:
Code:
HAI
CAN HAS STDIO?

The body tag (I'm guessing) is:
Code:
VISIBLE "some words here"


Closing tag?:
Code:
KTHXBYE

Pretty weird, tbh.
 
Mythic Archon
Joined
Apr 8, 2007
Messages
759
Reaction score
21
It doesn't even look like you did anything but print words on the side of "VISIBLE" and add quotation marks. I've never heard of this code tbh.

The original code on the website was:



All you did was add a few more "VISIBLE "words" " lines.:blink:

P.S: Show screenshots, I want to see what the outcome of this code looks like.




It probably should be Studio but seeing as he copied the code from the original tutorial to show you how to code in the language he just added to it.



I have to agree with you there.

stdio.h = standard input/output header

It's a header in the C standard library. Very much used, for things such as hello world programs.

"I can has STDIO" translates to "#include STDIO".
 
Custom Title Activated
Loyal Member
Joined
Jun 28, 2007
Messages
2,986
Reaction score
3
Right, nice attempt, I have yet to try it :)

Apparently not everyone knows what LOLCODE is, it's a fun language to show how funky you can make a scripting language. It's not a serious development language.

Also, STDIO means standard input / output, like Mr. Lucifer pointed out. If you don't know what that means, please hit yourself, if you ever attempted anything extremely basic in C you should know what it means. STUDIO..., if you don't know anything about it, don't answer :/

But I agree, this is a bit too basic to post ;)
 
Super Mexican
Loyal Member
Joined
Jun 26, 2008
Messages
1,517
Reaction score
2
Well looks like none of you saw the point.
Only reason I posted this was to show the LOLCODE language.
It wasn't supposed to be a super awesomy duper code liek you guys post. /sarcasm

I even said
Just very random and no point what so ever.
 
Newbie Spellweaver
Joined
Dec 27, 2008
Messages
13
Reaction score
0
They don't even have a compiler or anything, it's just an idea.
 
Banned
Banned
Joined
May 27, 2008
Messages
91
Reaction score
1
stdio.h = standard input/output header

It's a header in the C standard library. Very much used, for things such as hello world programs.

"I can has STDIO" translates to "#include STDIO".

Gosh, you people are smart.

:thumbdown:
 
Back
Top