LOLCODE

Whether you're a newbie or an experienced programmer, any questions, help, or just talk of any language will be welcomed here.

Moderator: Coders of Rage

Post Reply
User avatar
Light-Dark
Dreamcast Developer
Dreamcast Developer
Posts: 307
Joined: Sun Mar 13, 2011 7:57 pm
Current Project: 2D RPG & NES Platformer
Favorite Gaming Platforms: NES,SNES,N64,Genesis,Dreamcast,PC,Xbox360
Programming Language of Choice: C/++
Location: Canada

LOLCODE

Post by Light-Dark »

Code: Select all

HAI
CAN HAS STDIO?
VISIBLE "HAI WORLD!"
KTHXBYE
a very interesting programming language.
<tpw_rules> LightDark: java is a consequence of inverse moore's law: every 18 months, the average program will be twice as slow. therefore, computers always run at the same percevied speed. java's invention was a monumental step
Image
User avatar
LeonBlade
Chaos Rift Demigod
Chaos Rift Demigod
Posts: 1314
Joined: Thu Jan 22, 2009 12:22 am
Current Project: Trying to make my first engine in C++ using OGL
Favorite Gaming Platforms: PS3
Programming Language of Choice: C++
Location: Blossvale, NY

Re: LOLCODE

Post by LeonBlade »

Light-Dark wrote:

Code: Select all

HAI
CAN HAS STDIO?
VISIBLE "HAI WORLD!"
KTHXBYE
a very interesting programming language.
Yes it is, I talked to the guy once about helping him with the project, that was forever ago though... I haven't looked into it in a while.
There's no place like ~/
User avatar
dandymcgee
ES Beta Backer
ES Beta Backer
Posts: 4709
Joined: Tue Apr 29, 2008 3:24 pm
Current Project: https://github.com/dbechrd/RicoTech
Favorite Gaming Platforms: NES, Sega Genesis, PS2, PC
Programming Language of Choice: C
Location: San Francisco
Contact:

Re: LOLCODE

Post by dandymcgee »

Here's an incredibly inclusive list of similar esoteric programming languages.

http://esolangs.org/wiki/Language_list
Falco Girgis wrote:It is imperative that I can broadcast my narcissistic commit strings to the Twitter! Tweet Tweet, bitches! :twisted:
User avatar
Kyosaur
Chaos Rift Cool Newbie
Chaos Rift Cool Newbie
Posts: 78
Joined: Tue Jul 13, 2010 2:00 am
Favorite Gaming Platforms: PS2,PS3,NDS
Programming Language of Choice: C++

Re: LOLCODE

Post by Kyosaur »

IMO this is the craziest one: http://en.wikipedia.org/wiki/Whitespace ... anguage%29. I cant imagine coding in a language that only supports spaces/tabs :|.
Image
User avatar
treyrust
Chaos Rift Newbie
Chaos Rift Newbie
Posts: 36
Joined: Thu Jul 21, 2011 4:32 pm
Current Project: Between projects
Favorite Gaming Platforms: PS1/2/3/P, NES, Wii, Genesis, Dreamcast, GBA, DS
Programming Language of Choice: C++

Re: LOLCODE

Post by treyrust »

http://en.wikipedia.org/wiki/Chef_(prog ... _language)

I almost sprayed ice tea all over my lappy this was so funny!! :lol:
midix
Chaos Rift Newbie
Chaos Rift Newbie
Posts: 16
Joined: Sat Sep 10, 2011 1:02 pm

Re: LOLCODE

Post by midix »

My favorite is Brainfuck:
http://en.wikipedia.org/wiki/Brainfuck

If at the end of a tough working day someone says to me: "Oh, I feel like my brain is fucked up", I show this link and that person starts feeling much better - it is such a relief to use PHP/Javascirpt and not Brainfuck :lol:
User avatar
LeonBlade
Chaos Rift Demigod
Chaos Rift Demigod
Posts: 1314
Joined: Thu Jan 22, 2009 12:22 am
Current Project: Trying to make my first engine in C++ using OGL
Favorite Gaming Platforms: PS3
Programming Language of Choice: C++
Location: Blossvale, NY

Re: LOLCODE

Post by LeonBlade »

midix wrote:My favorite is Brainfuck:
http://en.wikipedia.org/wiki/Brainfuck

If at the end of a tough working day someone says to me: "Oh, I feel like my brain is fucked up", I show this link and that person starts feeling much better - it is such a relief to use PHP/Javascirpt and not Brainfuck :lol:
I wrote some tools for brainfuck a while back, I think they work... not sure :lol:
https://github.com/LeonBlade/Brainfuck-Tools
There's no place like ~/
Post Reply