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

vote up 21 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 20 vote down

This one is fairly codeish. Surprised I didn't see it, usually entitled "The Evolution of Language".

Descartes

2x

Church

\lambda x. 2x

McCarthy

(LAMBDA (X) (* 2 X))

W3C

<?xml version="1.0"?>
<LAMBDA-TERM>
  <VAR-LIST>
    <VAR>X</VAR>
  </VAR-LIST>
  <EXPR>
    <APPLICATION>
      <EXPR><CONST>*</CONST></EXPR>
      <ARGUMENT-LIST>
        <EXPR><CONST>2</CONST></EXPR>
        <EXPR><VAR>X</VAR></EXPR>
      </ARGUMENT-LIST>
    </APPLICATION>
  </EXPR>
</LAMBDA-TERM>
link|flag
vote up 20 vote down

Overhead in an ASP.Net user's group meeting.. (poking fun at Java..)

Knock Knock

Who's there?

...

...

...

(wait about 30 seconds)

"Java.."

link|flag
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 19 vote down

alt text

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

One hundred little bugs in the code,
One hundred little bugs.
Fix a bug, link the fix in,
One hundred little bugs in the code.

link|flag
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 16 vote down

2B OR NOT 2B that's FF

link|flag
vote up 15 vote down

My other car is a cdr.

(It's a lisp joke - the cells in a pair are accessed with car and cdr)

link|flag
vote up 14 vote down

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

None - It’s a hardware problem.

link|flag
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 12 vote down

Some of my favorite quotes:

It should be noted that no ethically-trained software engineer would ever consent to write a DestroyBaghdad procedure. Basic professional ethics would require him to write a DestroyCity procedure, to which Baghdad could be given as a parameter. - Nathanial Borenstein

If builders built buildings the way programmers wrote programs, then the first woodpecker that came along would destroy civilization - Gerald M Weinberg ( aka Weinberg's Law )

link|flag
vote up 11 vote down

The 12 most common statements you are likely to hear from a Klingon programmer

  • “Specifications are for the weak and timid!”
  • “This machine is a piece of GAGH! I need dual Pentium processors if I am to do battle with this code!”
  • “You cannot begin to appreciate Dilbert unless you have read it in the original Klingon!”
  • “Indentation?! I will show you how to indent when I indent your skull!”
  • “What is this talk of ‘release’? Klingons do not ‘release’ software. We uncage our software, letting it leave a bloody trail of designers and quality assurance people in its wake.”
  • “Klingon function calls do not have ‘parameters.’ They have ‘arguments’ . . . and they ALWAYS WIN THEM!”
  • “Debugging? Klingons do not debug. Our software does not coddle the weak.”
  • “I have challenged the entire quality assurance team to a Bat-Leth contest. They will not trouble us again.”
  • “A TRUE Klingon programmer does not comment his code!”
  • “By filing this PTR you have challenged the honor of my family. Prepare to die!”
  • “You question the worthiness of my code? I should kill you where you stand!”
  • “Our users will know fear and cower before our software! Ship it! Ship it and let them flee like the dogs they are!”

anon

link|flag
vote up 10 vote down

your program (n): a maze of non-sequiturs littered with clever-clever tricks and irrelevant comments. Compare MY PROGRAM.

my program (n): a gem of algorithmic precision, offering the most sublime balance between compact, efficient coding on the one hand, and fully commented legibility for posterity on the other. Compare YOUR PROGRAM.

link|flag
vote up 10 vote down

variation: There are 10 types of people: Those who understand binary and those who get laid.

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 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 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 8 vote down

/(bb|[^b]{2})/i (click link for the SO post that explains it)

link|flag
vote up 8 vote down

I have some terrible homebrew jokes I used to use to sap the morale of my colleagues.

= KnockKnockJoke.cs

Knock Knock

Who's there?

Null

Null who?

Null Reference Exception, object not set to instance of object in line 4 of knockknockjoke.cs

= A UK only joke

Q. Why couldn't the variable buy anything from the charity shop?

A. Because it wasn't in Scope! (Scope is a charity shop in the UK)

= XML

Q. What did the XML Parser say to the invalid xml fragment?

A. None shall Parse!

= India

Q. Why couldn't the Indian programmer get to work?

A. Because he didn't know how to use the Delhigate

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

Not precisely a code joke, but still one of my favorites, and definitely is all too applicable to coding:

In theory there is no difference between theory and practice. In practice there is.

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 8 vote down
if(!this.Kill(me))
    me.Strength++;
link|flag
vote up 7 vote down

How to keep programmer busy?

  • Read the line below.
  • Read the line above.
link|flag
show 2 more comments
vote up 7 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 7 vote down

A WTF boolean using an enum.

enum BOOLEAN {
    TRUE,
    FALSE,
    FILE_NOT_FOUND
};
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 6 vote down

I like the haiku error messages.

A file that big?
It might be very useful.
But now it is gone.

Yesterday it worked
Today it is not working
Windows is like that

Stay the patient course
Of little worth is your ire
The network is down

-- (There are more) http://www.gnu.org/fun/jokes/error-haiku.html

link|flag
vote up 6 vote down

A unix salesperson, Lenore,
loved her job, but loved the beach more.
  She devised such a way
  to combine work and play:
She sells C-shells by the seashore.

link|flag
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

Your Answer

Get an OpenID
or

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