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

This is by far my favorite: Credit to the creator at XKCD

link|flag
5  
Please credit XKCD (or any other author/artist) when you post their material. – rcreswick Sep 16 '08 at 5:53
show 1 more comment
vote up 4 vote down

If you like koans

A novice was trying to fix a broken Lisp machine by turning the power off and on.

Knight, seeing what the student was doing, spoke sternly: "You cannot fix a machine by just power-cycling it with no understanding of what is going wrong."

Knight turned the machine off and on.

The machine worked.

and

One day a student came to Moon and said: "I understand how to make a better garbage collector. We must keep a reference count of the pointers to each cons."

Moon patiently told the student the following story:

"One day a student came to Moon and said: `I understand how to make a better garbage collector...

[note: Pure reference-count garbage collectors have problems with circular structures that point to themselves.]

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

2B OR NOT 2B that's FF

link|flag
vote up 19 vote down

alt text

link|flag
show 1 more comment
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 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 3 vote down

Something I cooked up on the Joel on Software boards a few years ago:

Developer Movie Titles

link|flag
2  
Love 'em. How about private save(Ryan){ ... } – Sylverdrag Mar 16 at 10:36
show 1 more comment
vote up 0 vote down

if (APP.CRASH()) { nuke_china; }

I have nothing bad in my mind about china, this is just our local joke with friends.

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

Hip hip... Array!

link|flag
vote up 2 vote down

Another koan:

The venerable master Qc Na was walking with his student, Anton. Hoping to prompt the master into a discussion, Anton said "Master, I have heard that objects are a very good thing - is this true?" Qc Na looked pityingly at his student and replied, "Foolish pupil - objects are merely a poor man's closures." Chastised, Anton took his leave from his master and returned to his cell, intent on studying closures. He carefully read the entire "Lambda: The Ultimate..." series of papers and its cousins, and implemented a small Scheme interpreter with a closure-based object system. He learned much, and looked forward to informing his master of his progress.

On his next walk with Qc Na, Anton attempted to impress his master by saying "Master, I have diligently studied the matter, and now understand that objects are truly a poor man's closures." Qc Na responded by hitting Anton with his stick, saying "When will you learn? Closures are a poor man's object." At that moment, Anton became enlightened.

link|flag
vote up 1 vote down

There's Bill Gosper's famous "Split-p soup?" quote.

link|flag
vote up 3 vote down

  All Products  |   Support  |   Search  |   microsoft.com Home  |   Bestiality.Net     Support Home  |   Self Support  |   Self Abuse  |   Assisted Support  |   Custom Support  |   Worldwide Support  | HOWTO: Read the Fucking Manual


The information in this article applies to:
  • General Lamers
Prerequisites:
  • The ability to Read
  • Basic Brain Function


SUMMARY

This article demonstrates how to read the fucking manual, as popularised by the RTFM directive.


SYMPTOMS

After asking a truly pathetic question, you are instructed to RTFM:-


* Lamer (~SomePunk@AOL.com) has joined #visualbasic

[10:24] <Lamer> How do i [Your obvious/lame question]?
[10:25] <@oper> RTFM bitch

*
Lamer was kicked by @oper (fuckwit)
[10:27] <VBg0d> i made a irc client!!!!!!
*** assmaster83 (~dubya@oval.whitehouse.gov) invites you to join #animalsex
[10:27] <Guest50468> VBg0d, c00l, i made a webbrowser!!




CAUSE

Lameness


MORE INFORMATION

Step-by-Step Procedures
  • Locate a Manual, either in printed form or on your MSDN CD's, if you're a punk/bitch/h4x0r and don't have the MSDN collection on disk, view the online version at msdn.microsoft.com/library/

  • Using either the Index or Search feature, locate a keyword relating to you're question/problem

  • If you're using a printed manual, flip to the page(s) as detailed in your search of the index, alternatively, if you're using the MSDN library, click the link(s) in the search results window.

  • Read the information. If you have problems understanding the information, read it again. Repeat until enlightenment is achieved.

REFERENCES

For additional information, please see the following articles in the Microsoft Knowledge Base:

Q166392 HOWTO: Read
Q147875 HOWTO: Apply for employment with McDonalds
Q171146 HOWTO: Convert absolutely everything to XML
Q181290 HOWTO: Add a #, + or .Net to your old software to keep it cutting edge
Q102496 INFO: How to use the HOWTO's HOWTO document


Additional query words: XML l33t fool dumbass lamer monkey semen bigAl[work] Lurve god

Version : 1.6¾
Platform : Thing to stand on
Issue type : Type of Issue
Technology : Limited


Last Reviewed: February 23, 2000
© 2000 Microsoft Corporation. All rights reserved. Terms of Use.
New: The CorporateWarfare.net SDK for win64/Itanium

link|flag
vote up 3 vote down

Ghosts are real! unless declared int...

link|flag
1  
The original was "god is real, unless ..." – ldigas Feb 25 at 22:53
vote up 0 vote down

Be sure to check out this epic collection of real-life gems over at the WikiWikiWeb.

Funny Things Seen In Source Code And Documentation

link|flag
vote up 1 vote down

Computers are a lot like air conditioners. They both work great until you start opening windows.

link|flag
vote up 5 vote down

A Computer is like a submarine. When you open Windows, the trouble begins.

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

If you hold a Unix shell up to your ear you can hear the C.

link|flag
2  
hahaha nice one! – hasen j Apr 29 at 5:11
1  
lol, groan... +1 – John Gietzen Jun 14 at 8:07
show 1 more comment
vote up 2 vote down

This'll probably get lost somewhere in the back there, but here goes anyway. I once wrote this a while back, fed up with the abundance of "Hello World!" programs.

#!/usr/bin/perl
for $i (1..10) {sleep 1; print ((10-$i)."\n");}
print "Goodbye world!";
&global_thermonuclear_meltdown;
link|flag
show 1 more comment
vote up 1 vote down

When somthing goes wrong you can't explain, just say: Must be a layer 8 problem...

link|flag
vote up 1 vote down

Here's my favorite (in Visual Basic):

Sub doSomething
 on error goto hell

 doStuff()

hell:
End Sub
link|flag
vote up 3 vote down

Something I came up with many years ago that I've still got:

If the software in The Matrix had been developed by Microsoft:

  1. Earlier versions of The Matrix that failed for being "too perfect" were developed by Apple Computer.
  2. The Matrix not actually developed by Microsoft at all, but instead purchased from Matrix Computer Systems Ltd.
  3. The Oracle would be known as The SQL Server (and wouldn't know so much...)
  4. The entire Matrix would require rebooting every week for Security Hotfixes.
  5. The Architect would be a guy in rubbish glasses with a never-changing haircut...
  6. Agent Smith would be known as Dr. Watson.
  7. The Microsoft Vison: A Computer In Every Home? Now A Computer In Every Mind!
  8. 10% of humans would be incompatible with The Matrix without updated drivers.
  9. The fact that the humans can broadcast into The Matrix shows a basic lack of default WiFi security settings.
  10. Bullet Time - not a cool special effect, but caused by computer slow-down while the system writes to the Page File.
link|flag
show 1 more comment
vote up 1 vote down

What is the common question asked when two programmers meet and when two beggars meet?

. . . . . . Which platform are you working in?

link|flag
vote up 1 vote down

SELECT DISTINCT users.id, users.membership, (((acos(sin((35.7589*pi()/180)) * sin((users.latitude*pi()/180))+cos((35.7589*pi()/180)) * cos((users.latitude*pi()/180)) * cos(((-78.7798- users.longitude)*pi()/180))))*180/pi())*60*1.1515) as distance FROM users INNER JOIN laston ON users.id = laston.user_id INNER JOIN z_9 AS s9 ON users.id = s9.user_id INNER JOIN z_12 AS s12 ON users.id = s12.user_id INNER JOIN z_13 AS s13 ON users.id = s13.user_id INNER JOIN z_14 AS s14 ON users.id = s14.user_id INNER JOIN z_15 AS s15 ON users.id = s15.user_id INNER JOIN z_16 AS s16 ON users.id = s16.user_id INNER JOIN z_17 AS s17 ON users.id = s17.user_id INNER JOIN z_18 AS s18 ON users.id = s18.user_id INNER JOIN z_19 AS s19 ON users.id = s19.user_id INNER JOIN z_21 AS s21 ON users.id = s21.user_id INNER JOIN z_22 AS s22 ON users.id = s22.user_id INNER JOIN z_23 AS s23 ON users.id = s23.user_id INNER JOIN z_24 AS s24 ON users.id = s24.user_id INNER JOIN z_25 AS s25 ON users.id = s25.user_id INNER JOIN z_27 AS s27 ON users.id = s27.user_id INNER JOIN z_29 AS s29 ON users.id = s29.user_id INNER JOIN z_31 AS s31 ON users.id = s31.user_id INNER JOIN z_32 AS s32 ON users.id = s32.user_id INNER JOIN z_33 AS s33 ON users.id = s33.user_id INNER JOIN z_35 AS s35 ON users.id = s35.user_id INNER JOIN z_38 AS s38 ON users.id = s38.user_id INNER JOIN z_39 AS s39 ON users.id = s39.user_id INNER JOIN z_40 AS s40 ON users.id = s40.user_id INNER JOIN z_41 AS s41 ON users.id = s41.user_id INNER JOIN z_42 AS s42 ON users.id = s42.user_id INNER JOIN z_50 AS s50 ON users.id = s50.user_id INNER JOIN z_51 AS s51 ON users.id = s51.user_id INNER JOIN z_53 AS s53 ON users.id = s53.user_id INNER JOIN z_55 AS s55 ON users.id = s55.user_id INNER JOIN z_58 AS s58 ON users.id = s58.user_id INNER JOIN z_60 AS s60 ON users.id = s60.user_id WHERE 1 AND users.gender = '4112' AND users.seeking = '4092' AND (s9.option_id = '137' OR s9.option_id = '138' OR s9.option_id = '139' OR s9.option_id = '140' OR s9.option_id = '141' OR s9.option_id = '142' OR s9.option_id = '433' OR s9.option_id = '434' OR s9.option_id = '481' OR s9.option_id = '482') AND (s12.option_id = '214' OR s12.option_id = '215' OR s12.option_id = '216' OR s12.option_id = '217' OR s12.option_id = '218' OR s12.option_id = '220') AND (s13.option_id = '221' OR s13.option_id = '222' OR s13.option_id = '223' OR s13.option_id = '224' OR s13.option_id = '225' OR s13.option_id = '226' OR s13.option_id = '227' OR s13.option_id = '429' OR s13.option_id = '435' OR s13.option_id = '495') AND (s14.option_id = '228' OR s14.option_id = '229' OR s14.option_id = '230' OR s14.option_id = '231' OR s14.option_id = '488' OR s14.option_id = '489' OR s14.option_id = '646') AND (s15.option_id = '232' OR s15.option_id = '233' OR s15.option_id = '234' OR s15.option_id = '645') AND (s16.option_id = '238' OR s16.option_id = '239' OR s16.option_id = '240') AND (s17.option_id = '242' OR s17.option_id = '243' OR s17.option_id = '244' OR s17.option_id = '245' OR s17.option_id = '246' OR s17.option_id = '436') AND (s18.option_id = '248' OR s18.option_id = '249' OR s18.option_id = '250' OR s18.option_id = '251' OR s18.option_id = '252' OR s18.option_id = '253' OR s18.option_id = '254' OR s18.option_id = '437') AND (s19.option_id = '256' OR s19.option_id = '257' OR s19.option_id = '258' OR s19.option_id = '259' OR s19.option_id = '260' OR s19.option_id = '261' OR s19.option_id = '262' OR s19.option_id = '263' OR s19.option_id = '264' OR s19.option_id = '265') AND (s21.option_id = '276' OR s21.option_id = '277' OR s21.option_id = '278' OR s21.option_id = '279' OR s21.option_id = '280' OR s21.option_id = '281' OR s21.option_id = '282' OR s21.option_id = '283') AND (s22.option_id = '285' OR s22.option_id = '286' OR s22.option_id = '287' OR s22.option_id = '288' OR s22.option_id = '492' OR s22.option_id = '493' OR s22.option_id = '494') AND (s23.option_id = '290' OR s23.option_id = '291' OR s23.option_id = '292' OR s23.option_id = '491' OR s23.option_id = '663') AND (s24.option_id = '294' OR s24.option_id = '295' OR s24.option_id = '296' OR s24.option_id = '297' OR s24.option_id = '298') AND (s25.option_id = '299' OR s25.option_id = '300' OR s25.option_id = '301' OR s25.option_id = '302' OR s25.option_id = '454' OR s25.option_id = '455') AND (s27.option_id = '312' OR s27.option_id = '313' OR s27.option_id = '314' OR s27.option_id = '315' OR s27.option_id = '316' OR s27.option_id = '317' OR s27.option_id = '318' OR s27.option_id = '319' OR s27.option_id = '320' OR s27.option_id = '344') AND (s29.option_id = '321' OR s29.option_id = '322' OR s29.option_id = '323' OR s29.option_id = '324' OR s29.option_id = '325' OR s29.option_id = '326' OR s29.option_id = '327' OR s29.option_id = '328' OR s29.option_id = '329' OR s29.option_id = '330') AND (s31.option_id = '333' OR s31.option_id = '334' OR s31.option_id = '335' OR s31.option_id = '336' OR s31.option_id = '337' OR s31.option_id = '338' OR s31.option_id = '339' OR s31.option_id = '341' OR s31.option_id = '342') AND (s32.option_id = '348' OR s32.option_id = '350' OR s32.option_id = '351' OR s32.option_id = '352' OR s32.option_id = '353' OR s32.option_id = '354' OR s32.option_id = '355' OR s32.option_id = '356' OR s32.option_id = '357' OR s32.option_id = '358') AND (s33.option_id = '362' OR s33.option_id = '363' OR s33.option_id = '364' OR s33.option_id = '365' OR s33.option_id = '366' OR s33.option_id = '367' OR s33.option_id = '368' OR s33.option_id = '369' OR s33.option_id = '370' OR s33.option_id = '371') AND (s35.option_id = '372' OR s35.option_id = '373' OR s35.option_id = '374' OR s35.option_id = '375' OR s35.option_id = '449' OR s35.option_id = '450' OR s35.option_id = '567' OR s35.option_id = '568' OR s35.option_id = '569' OR s35.option_id = '571') AND (s38.option_id = '376' OR s38.option_id = '377' OR s38.option_id = '378' OR s38.option_id = '379' OR s38.option_id = '380' OR s38.option_id = '381' OR s38.option_id = '382' OR s38.option_id = '383' OR s38.option_id = '384' OR s38.option_id = '385') AND (s39.option_id = '386' OR s39.option_id = '387' OR s39.option_id = '388' OR s39.option_id = '389' OR s39.option_id = '390' OR s39.option_id = '391' OR s39.option_id = '392' OR s39.option_id = '393' OR s39.option_id = '394' OR s39.option_id = '395') AND (s40.option_id = '402' OR s40.option_id = '403' OR s40.option_id = '404' OR s40.option_id = '405' OR s40.option_id = '406' OR s40.option_id = '407' OR s40.option_id = '408' OR s40.option_id = '409' OR s40.option_id = '410' OR s40.option_id = '411') AND (s41.option_id = '413' OR s41.option_id = '414' OR s41.option_id = '415' OR s41.option_id = '416' OR s41.option_id = '417' OR s41.option_id = '418' OR s41.option_id = '419') AND (s42.option_id = '421' OR s42.option_id = '422' OR s42.option_id = '423' OR s42.option_id = '424' OR s42.option_id = '425' OR s42.option_id = '426' OR s42.option_id = '427' OR s42.option_id = '453' OR s42.option_id = '641' OR s42.option_id = '643') AND (s50.option_id = '496' OR s50.option_id = '497' OR s50.option_id = '498' OR s50.option_id = '499' OR s50.option_id = '500' OR s50.option_id = '501' OR s50.option_id = '502' OR s50.option_id = '503' OR s50.option_id = '504' OR s50.option_id = '505') AND (s51.option_id = '509' OR s51.option_id = '510' OR s51.option_id = '511' OR s51.option_id = '512' OR s51.option_id = '513' OR s51.option_id = '514' OR s51.option_id = '515' OR s51.option_id = '516' OR s51.option_id = '517' OR s51.option_id = '518') AND (s53.option_id = '538' OR s53.option_id = '539' OR s53.option_id = '540' OR s53.option_id = '541' OR s53.option_id = '542' OR s53.option_id = '543' OR s53.option_id = '544' OR s53.option_id = '545' OR s53.option_id = '546' OR s53.option_id = '547') AND (s55.option_id = '4152' OR s55.option_id = '4162' OR s55.option_id = '4172' OR s55.option_id = '4182' OR s55.option_id = '4192' OR s55.option_id = '4202' OR s55.option_id = '4212' OR s55.option_id = '4222' OR s55.option_id = '4232' OR s55.option_id = '4242') AND (s58.option_id = '605' OR s58.option_id = '606' OR s58.option_id = '607' OR s58.option_id = '608' OR s58.option_id = '609' OR s58.option_id = '610' OR s58.option_id = '611' OR s58.option_id = '612' OR s58.option_id = '613' OR s58.option_id = '614') AND (s60.option_id = '682' OR s60.option_id = '683') AND users.approved = '1' AND users.deleted = '0' and users.main_photo_id !=0 AND (users.latitude > 35.3239421622 AND users.latitude < 36.1938578378) AND (users.longitude > -79.3142578966 AND users.longitude < -78.2453421034) AND users.dob > '1957-03-19' AND users.dob < '1988-03-19' AND users.id != '1' AND users.id NOT IN (SELECT blocked_user_id FROM blocked WHERE user_id = '1') AND users.id NOT IN (SELECT user_id FROM personal_definitions_attention) ORDER BY distance ASC LIMIT 500

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

From an analysis of the Linux ELF binary executable files for Oracle Database 11g:

The set of hashing algorithm identifier values (used as a parameter to the ztv2ghashs hashing function)..

0xf00d means: Use MD4 
0xdead means: Use SHA1 
0xbeaf means: Use MD5

Some programmer at Oracle has a (schoolboy;-) sense of humour!

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

One of my favorites is "FREE THE MALLOCS!"

Trying to explain your activism to non-programmer friends doesn't work very well though.

link|flag
vote up 4 vote down

I don't write bugs, I write typos that are syntactically correct.

link|flag

Your Answer

Get an OpenID
or

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