Ranter
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
Comments
-
neeno31724yWow that's a new one, never seen it before, very funny indeed, what's the language this was written in? Linux? I'm not very familiar with it, I'm more of an HTML programmer
-
Those aren't synchronised, it should be
while(alive) {
await eat();
await sleep();
await code();
} -
@neeno oh, I fully relate, I'm more so an advanced CSS and Markdown programmer and thus don't know that much about it.
-
@wisecoder too many "but"s. Man, why people don't get rid of this habit of saying "but" in every sentence?
while(alive){
eat();
sleep();
code();
repeat();
}
joke/meme
joyfull