vote up 79 vote down star
45

I'm looking for some funny jokes and puns that occur in computer languages. I'll post an oldie to kick things off... What are some others?

update: Especially looking for code-related jokes... the ones that only make sense to programmers reading code.

flag
show 9 more comments

119 Answers

prev 1 2 3 4
vote up 0 vote down

In VBScript: Dim Sum

link|flag
vote up 0 vote down

"A System Error has occurred...
Error Message: Keyboard not attached
Press F1 to continue"

link|flag
show 2 more comments
vote up 6 vote down

Theres no place like 127.0.0.1

127.0.0.1 sweet 127.0.0.1

link|flag
show 2 more comments
vote up 6 vote down

Jesus and the devil are in a programming contest. As the hours pass by, they both work furiously and there is no clear front runner.

Then, just as time is almost up, there's a power failure that causes both machines to reboot. The devil is furious, shouting and cursing, and works quickly to finish the contest. Jesus calmly waits for his machine to come back up, and works quietly until the end of the contest.

When time is up, Jesus is declared the winner. The devil asks the judges, "How did he win?!!?" They reply, "Jesus saves."

link|flag
vote up 3 vote down
if(you.AreHappy && you.KnowIf){
  you.ClapHands();
}

[TestMethod]
public void Paradox(){
  while(shrodingersCat.InTheBox){
    Assert.IsTrue(shrodingersCat.IsAlive);
    Assert.IsTrue(shrodingersCat.IsDead);
  }
}
link|flag
vote up 8 vote down

There are 10 types of people in the world, those who understand binary, those who don't and those who understand grey code.

link|flag
vote up 1 vote down

ascii a stupid question, get a stupid ansi

link|flag
show 1 more comment
vote up 14 vote down

Attributed to Dr. Niklaus Wirth when asked about the pronunciation of his name:

"Whereas Europeans generally pronounce my name the right way ('Nick-louse Veert'), Americans invariably mangle it into 'Nickel's Worth.' This is to say that Europeans call me by name, but Americans call me by value."

link|flag
vote up 0 vote down

Ooh, I've got one!

VB

link|flag
vote up 8 vote down
if(!this.Kill(me))
    me.Strength++;
link|flag
vote up 3 vote down

When we had an "out of order" sign on our office restroom, we added a line "please redirect your output to /dev/null"

link|flag
vote up 1 vote down

I like this

link|flag
vote up 1 vote down

Q: How many IBM CPUs does it take to execute a process?

A: Five. Four to hold it down and one to rip its head off.

link|flag
vote up 0 vote down

A couple of good ones for those that are into number systems:

  • If you feel the metric system is confusing should try hex. The Drinking age is 15 and you can get married at 10.

Or along similar lines:

Q: How do you know your child will grow up to be a good programmer?

A: His favorite game is Crazy 10's (base 8)

Q Why don't you ever see a char or short at a buffet?

A They're full after a couple of bytes.

link|flag
vote up 7 vote down

Q. How many Haskell programmers does it take to change a light bulb?

A. Not defined: changing a light bulb is a side effect.

link|flag
vote up 3 vote down

Q. How many Haskell semantics does it take to change a light bulb?

A. Impossible, they're all lazy.

link|flag
vote up 2 vote down

This always makes me smile: VB

Dim User ...

link|flag
vote up 0 vote down

Q: How many object oriented programmers does it take to change a light bulb?

A: None: The light bulb will change itself!

link|flag
vote up 0 vote down
you step into the stream
but the water has moved on
404 file not found.
link|flag
vote up 0 vote down

delete system 32. make your computer faster

link|flag
vote up 1 vote down

One that I came up with the other day:

that | smoke

A.k.a. "Put that in your pipe and smoke it."

link|flag
vote up 0 vote down

I hear that FOX are producing a TV show about an object that gets converted into XML.

It's being serialized.

(sorry)

link|flag
vote up 0 vote down

IF IF = THEN THEN THEN = ELSE ELSE ELSE = IF;

-- PL/1 --

Allegedly, any way.

link|flag
show 1 more comment
vote up 1 vote down
while (!$sleep) 
{
    $sheep++;
}
link|flag
vote up 1 vote down

C++ Is a modern language: your parents can't touch your privates, but your friends can.

link|flag
vote up 0 vote down

Just thought of one, not sure how funny it is :P

public enum ees{
    John_Dillinger, Baby_Face_Nelson, Pretty_Boy_Floyd
}

LAWL right? yeah it's lame. the movie was alright btw.

link|flag
vote up 1 vote down

8 bytes walk into a bar, the bartender asks "What will it be?" They reply, "Make us a double."

Two bytes meet. The first byte asks, “Are you ill?”
The second byte replies, “No, just feeling a bit off.”

How do OOP programmers make their living? Inheritance.

link|flag
vote up 1 vote down

A programmer's wife one day asked her husband: Can you go to the shop and buy a loaf of bread and if they have eggs, buy six. The programmer dutifilly goes to shop and returns with 7 loaves of bread.

link|flag
vote up 0 vote down

favorite is....

class Lady { void mind; short skirt; }

class MarriedWomen { double weight; }

link|flag
prev 1 2 3 4

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.