vote up 78 vote down star
43

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

116 Answers

1 2 3 4 next
vote up 136 vote down check

A SQL query goes into a bar, wanders up to 2 tables and says "can i join you".

groan

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

This one is old but good imo:

Select * From Users Where Clue > 0;

>0 Rows Returned
link|flag
show 1 more comment
vote up 19 vote down

In 8080 assembler, the ORG directive specified the start address (origin) of the program. Typically that would be at address 100 hex, therefore:

ASM   EQ    $100
      ORG   ASM
link|flag
show 2 more comments
vote up 4 vote down

One error code for Java in hex is 0xBADCAFE

And additional list: http://en.wikipedia.org/wiki/Hexspeak

link|flag
vote up 1 vote down

Other funny alphanumeric numbers can be found at http://en.wikipedia.org/wiki/Magic_number_(programming)#Magic_GUIDs

link|flag
vote up 9 vote down

Is this a hashtable? Because I see me looking you up in constant time

link|flag
vote up 59 vote down

Here's a good one:

Why can't programmers tell the difference between Christmas and Halloween...

Because 31 in octal equals 25 in decimal, i.e. OCT 31 == DEC 25

link|flag
8  
It's best if you don't explain the joke, any programmer should be able to work it out! :P – Slace Sep 19 '08 at 23:10
show 2 more comments
vote up 27 vote down

I recall a determined C programmer who would go to great lengths, it seemed, to include comical lines in his source code. For example:

#define FALSE 0
#define OFTHEJEDI -1

int foo() {

    if (FALSE) {
        return OFTHEJEDI; /* Ha! */
    }

}

It was probably funny in 1983.

link|flag
5  
This method is broken. It will return a random result, since there is no return statement after the if ;-) – Mecki Sep 18 '08 at 10:55
vote up 4 vote down

My favorite programming pun is actually in Swedish and it can't really be translated so this'll be a special for all Swedish speaking people in here:

TvÄ programmerare och en stack

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

Raymond Chen on .NET Rocks: "You manage your own code!" in a thick bronx? accent.

link|flag
vote up 30 vote down

This reminds me: if you really love bad programming puns, you should read Nerdcore: The Core Wars. My personal favorite is this one: lol java

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

Q. Why didn't the Romans make good C programmers?

A. Because they had no way to return 0.

link|flag
vote up 129 vote down

Another classic is the worlds last mistake:

/* world's last mistake in C */ 

if(code = CODE_RED) { 
 launch_missiles(); 
}
link|flag
3  
Ha! "Shall we play a game?" – Haacked Sep 17 '08 at 16:12
2  
But only if CODE_RED is non-zero. So "enum Codes {CODE_RED, CODE_YELLOW, CODE_GREEN};" would save the day! – Skizz Mar 5 at 13:04
2  
You forgot the mistake: if(code = CODE_RED) { – Anton Tykhyy May 10 at 19:03
vote up 76 vote down

And:

XML is like violence - if it doesn't solve your problems, you are not using enough of it.

link|flag
1  
Best line ever! – John Gietzen Jun 4 at 22:01
vote up 66 vote down

There are 10 types of programmer: those who understand binary and those who don't

link|flag
2  
I think I got it from the same place the t-shirt did... – Mike Woodhouse Apr 13 at 8:14
3  
There are 10 types of programmer... those who understand ternary, those who don't, and those who confuse it with binary. – ChristianLinnell May 29 at 2:21
3  
There are 10 types of programmer... those who understand ternary, those who don't, those who confuse it with binary, and those who see the pattern repeating for all base-n counting systems. – RodeoClown Jul 27 at 6:06
show 1 more comment
vote up 31 vote down

My software never has bugs. It just develops random features

link|flag
vote up 39 vote down

Who is General Failure and why is he reading my hard drive!?

link|flag
vote up 20 vote down

I can't believe I actually kept attributions for this one:

p = "you are nasty"         q = "my first name is Janet"
r = "my first name is baby" s = "My name is Miss Jackson"
(!r -> q) & (p -> s)      - Braverman's Third Lemma
!r & (!p -> q) & (p -> s) - Libor's Corrolary
        Seen in the .sig of David Terrell,  4.9.2000

From fortune(1):

better !pout !cry
better watchout
lpr why
santa claus <north pole >town

cat /etc/passwd >list
ncheck list
ncheck list
cat list | grep naughty >nogiftlist
cat list | grep nice >giftlist
santa claus <north pole > town

who | grep sleeping
who | grep awake
who | egrep 'bad|good'
for (goodness sake) {
        be good
}
link|flag
vote up 49 vote down

Our developers were on a softball team named Try...Catch...Throw

link|flag
vote up 71 vote down

An old favourite of mine - Technical manuals in the spirit of Dr. Seuss:

If a packet hits a pocket on a socket on a port,
And the bus is interrupted as a very last resort,
And the address of the memory makes your floppy disk abort,
Then the socket packet pocket has an error to report!

If your cursor finds a menu item followed by a dash,
And the double-clicking icon puts your window in the trash,
And your data is corrupted 'cause the index doesn't hash,
Then your situation's hopeless, and your system's gonna crash!

You can't say this? What a shame sir!
We'll find you another game sir.

If the label on the cable on the table at your house,
Says the network is connected to the button on your mouse,
But your packets want to tunnel on another protocol,
That's repeatedly rejected by the printer down the hall,

And your screen is all distorted by the side effects of gauss
So your icons in the window are as wavy as a souse,
Then you may as well reboot and go out with a bang,
'Cause as sure as I'm a poet, the sucker's gonna hang!

When the copy of your floppy's getting sloppy on the disk,
And the microcode instructions cause unnecessary RISC,
Then you have to flash your memory and you'll want to RAM your ROM.

Quickly turn off the computer and be sure to tell your mom!

link|flag
4  
Source: people.cornell.edu/pages/elz1/… (The quoted section's only half the poem) – Margaret Feb 27 at 0:19
show 1 more comment
vote up 33 vote down

A man is smoking a cigarette and blowing smoke rings into the air. His girlfriend becomes irritated with the smoke and says, "Can't you see the warning on the cigarette pack? Smoking is hazardous to your health!"

To which the man replies, "I am a programmer. We don't worry about warnings; we only worry about errors."

link|flag
vote up 3 vote down

An old one...

Q: How many Intel processors does it take to do a logical shift right?

A: 33. 32 to hold down the bits, and 1 to push the register.

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

I like the Alan Perlis quotes enough to make a tribute.

link|flag
vote up 26 vote down

From limerickdb.com:

A programmer started to cuss
Because getting to sleep was a fuss
As he lay there in bed
Looping 'round in his head
Was: while(!asleep()) sheep++;

link|flag
show 4 more comments
vote up 69 vote down

See XKCD, because of gems like these:

XKCD

link text

(And for those who like SQL)

link|flag
2  
The EPOCH FAIL is one of my favorites. :) – epochwolf Mar 16 at 15:54
show 1 more comment
vote up 3 vote down

Don't know if this a pun but I read this in someone's signature once:

"At the beginning of my career I used to write software that just worked. Now, I write software that doesn't fail."

link|flag
vote up 8 vote down

This is one of my favorite puns. ( copied from here )

It is a reference to code blocks, methods, and closures, in Perl 6

As soon as she walked through my door I knew her type: she was an argument waiting to happen. I wondered if the argument was required... or merely optional? Guess I'd know the parameters soon enough.

"I'm Star At Data", she offered. *( @Data )

She made it sound like a pass. But was the pass by name? Or by position?

"I think someone's trying to execute me. Some caller."

"Okay, I'll see what I can find out. Meanwhile, we're gonna have to limit the scope of your accessibility."

"I'd prefer not to be bound like that," she replied.

"I see you know my methods," I shot back.

She just stared at me, like I was a block. Suddenly I wasn't surprised someone wanted to dispatch her.

"I'll return later," she purred. "Meanwhile, I'm counting on you to give me some closure".

It was gonna be another routine investigation.

  • Dashiell Hammett, "The Maltese Camel"

That Damian Conway sure is a character.

link|flag
vote up 6 vote down

How to keep programmer busy?

  • Read the line below.
  • Read the line above.
link|flag
show 2 more comments
vote up 6 vote down

For the series on the "x types of people", with a little recursion in it:

There are only 2 types of people in the world: 
those who believe that there are only 2 types of people 
in the world, and those who don't.

link|flag
vote up 48 vote down

My favorite:

public double penetration;

from here

link|flag
1  
OK, is it bad that I had to read this five times before I got the joke? – Doug McClean Jan 12 at 4:21
show 2 more comments
1 2 3 4 next

Your Answer

Get an OpenID
or

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