Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Search - "lolcode"
-
!rant
Does anyone of you know LOLCODE?
If not let me present you a simple program that displays the numbers 1-11 and terminates:
HAI 1.2
CAN HAS STDIO?
I HAS A VAR
IM IN YR LOOP
UP VAR!!1
VISIBLE VAR
IZ VAR BIGGER THAN 10? KTHX
IM OUTTA YR LOOP
KTHXBYE
You gotta love the okay thanks bye as termination :D
Check it out on GitHub8 -
HAI
Just published LOLCODE language support for Visual Studio Code. One of the most satisfying moment of my life.
Link : https://marketplace.visualstudio.com/...
KTHXBYE7 -
I wanna learn rust, go, Ruby, lolcode, brainfuck, the meaning of life, etc... And then every time I start a new side project I always do that in C xD I guess it's because you can not easily forget your first love :D7
-
"IM IN YR loop UPPIN YR index"
That's it, I'm using LOLCODE wherever possible 😅
https://github.com/justinmeza/...3 -
As an exercise lets see how many different ways we can wish devRant Happy Birthday in code. Try not to copy peoples examples, use a different language or different method.
A couple of examples to start the process:
* LOLCODE *
HAI 1.3
LOL VAR R 3
IM IN YR LOOP
VISIBLE "Happy Birthday"!
IZ VAR LIEK 1?
YARLY
VISIBLE "Dear devRant"!
NOWAI
VISIBLE "to you"!
KTHX
NERFZ VAR!!
IZ VAR LIEK 0?
GTFO
KTHX
KTHX
KTHXBYE
* C *
#include <stdio.h>
#define HP "Happy birthday"
#define TY "to you"
#define DD "Dear devRant"
typedef struct HB_t { const char *s; const char *e;} HB;
static const HB hb[] = {{HP,TY}, {{HP,TY}, {{HP,DD}, {{HP,TY}, { NULL, NULL }};
int main(void)
{
const HB *s = hb;
while(s->start) { printf("%s %s", s->s, s->e); }
return 1;
}12 -
I like SMOOSH yarn1 AN yarn2... MKAY from Lolcode. Reading the language always gets a smile out of me.1
-
Do you know for LOLCODE language?
LOLCODE WTFFFFF !!!!!!!!!!!
Hello World code:
HAI 1.2
CAN HAS STDIO?
VISIBLE "HAI WORLD!!!1!"
KTHXBYE
Wtfffff !!!!!!!
Lol !!!!!!!
Lolco... [readmore]7 -
class smoking{
public static void main ( String []args){
int a = 2;
String c = "cigarettes";
if (a==2)
System.out.print ("go smoke "+ c);
else if (a <2)
System.out.println ("go buy some");
else
System.out.println ("error");
}
}10 -
What's your favorite esoteric language? Lolcode?
"Nope. Perl"
crowd: "ooohhhhhhhhh. Oh no you didn't"1 -
I have nothing to "rant" about. Could you write a program to help me out? Better yet, talk about the worst client you have worked for and put it in the comments. ^_^1