vote up 11 vote down star
3

It's Thanksgiving in the United States tomorrow.

Please describe your favorite method of cooking turkey in the form of runnable code using your favorite language. For example in Java with java.utils.concurrency.

flag
GG Pax - so much for a sense of humor. – Erik Nov 27 '08 at 0:51
hmm what is this about? – Johannes Schaub - litb Nov 27 '08 at 0:55
Candidate for the sfq tag. – Paul Tomblin Nov 27 '08 at 0:56
Leave it open if you wish, I just don't believe these sort of questions add anything to SO - there are plenty of sites to go to for humor, my belief is that SO is where you come for programming answers. – paxdiablo Nov 27 '08 at 1:10
I'm upvoting this. If we're going to let people have fun facts about Jon Skeet, then a question on how to programmatically cook turkey should at least pass muster. (Note that I find both funny; and I'd prefer if we just had some consistency, whether both are allowed or not) – George Stocker Nov 27 '08 at 1:18
show 2 more comments

26 Answers

vote up 39 vote down check

In C:

while (fork());

Place turkey on your favorite multi-core CPU array, execute above code.

As a bonus, you can use the leftover forks later to eat the turkey.

link|flag
vote up 13 vote down

Of course, in Python you wouldn't actually cook anything, just do:

import turkey
link|flag
..As long as you didn't have to implement turkey – Ellery Newcomer Nov 27 '08 at 2:09
vote up 12 vote down

If you have Boost, you should use boost::turkey.

link|flag
1  
Maybe I should write a bot, and see how long it takes to go past my rep just by scanning C++ questions for keywords and posting this answer. – Steve Jessop Nov 27 '08 at 3:27
That's actually quite funny since there's invariably one answer to every question "How do I X?" which states "You should use boost::X." +1 from here. – paxdiablo Nov 27 '08 at 6:25
+1 for the extra comments here – Nathan Fellman Nov 27 '08 at 12:16
vote up 24 vote down

I don't really get involved in the cooking process (my wife would balk at that). So, I would handle it afterwards like this:

Assembly language:

       mov si,turkey    ; point fork at turkey
       mov cx,capacity  ; stomach capacity
next:  lodsb            ; load single byte
       int 29h          ; consume it
       loop next        ; repeat until done (CX=0)
       jmp couch        ; watch football
link|flag
I don't really know assembly, but wouldn't that mean that you never get to watch football? – hangy Nov 27 '08 at 12:06
The question was about cooking, though. – Adriano Varoli Piazza Nov 27 '08 at 12:25
@hangy: the x86 "loop" instruction decrements the CX register and jumps to "next" if CX does not equal 0. Once CX does reach 0, it falls through to the next instruction. – BoltBait Dec 1 '08 at 20:40
vote up 15 vote down
#!/bin/bash
NUSERS=`ls /home|wc -l`
wget http://market/turkey
dd if=/dev/salt bs=2 count=1 >> turkey
dd if=/dev/pepper bs=1 count=1 >> turkey
dd if=/dev/rosemary bs=20 count=1 >> turkey
mv turkey /var/oven
/etc/init.d/oven start
sleep 60m
/etc/init.d/oven stop
mv /var/oven/turkey .
split -d -b $(( `cat turkey | wc -c` / (NUSERS-1) )) turkey meat
link|flag
1  
Cat turkey? Is that some sort of weird new hybrid? – Adam Rosenfield Nov 27 '08 at 5:48
vote up 1 vote down

cat plate | grep turkey | eat &

link|flag
vote up 0 vote down

Complainings about me in dinning table,

  1. In delphi: "Don't only use your hands to eat!" ( Got it? Mouse only? )

  2. In C#: (This is to someone creative to make a joke about visual studio)

  3. In java: "Why it is taking you so long.."

PHP

$parts = explode($turkey, "bones");
for($parts as $part)
    eat($part);

OMG, i'm not good at this..

link|flag
C#: Why is my oven broken? or... C#: Ow, pokey! – MachinationX Nov 27 '08 at 1:47
C# - would it be more efficient if I carved towards my fingers? – Steve Jessop Nov 27 '08 at 3:33
lol, this was awesome – help Dec 5 '08 at 5:41
vote up 33 vote down

In the perversely overengineered Turkey framework, released for Thanksgiving 2008:

void CookTurkey() extends CookFood implements CookLargeAmountsOfFood,  
FamilyGathering throws FamilyMemberDrunkException, BurntTurkeyException, 
ArgumentOverHowToCookTurkeyException, HouseOnFireFromTurkeyException {
    TurkeyOven oven = TurkeyOvenFactory.createTurkeyOven(Temperature.Hot);
    try {
        iEdibleBird turkey = EdibleBirdFactory.createEdibleBird(Bird.Turkey);
    } catch(TurkeyDroppedOnFloorException) {
        CurseWord profanity = new CurseWord("#&@$@$#");
        profanity.say();
    }
    Cook cook = Cook.getSingletonInstance();  // Our cook is one-of-a-kind.
    TurkeyResult result = CookFood(turkey, oven, cook);
    if(TurkeyResult.getResult() == CookingResult.Burnt) {
        throw new BurntTurkeyException();
    }
    FamilyMembers.getSingletonInstance().eatLargeFeast(turkey);
}
link|flag
Shouldn't it be oven.cookFood(turkey, cook)? ;) – Ace Nov 27 '08 at 7:50
Apart from that, +1! Turke dinner at your place must be a pretty organized feast ;) – Ace Nov 27 '08 at 7:51
1  
Ok this just made me understand little more Java than I did before. – mike nvck Nov 27 '08 at 8:02
How about cook.CookFood(oven, turkey); ? – GalacticCowboy Nov 27 '08 at 13:22
Aren't you concerned about how long the "EdibleBirdFactor.createEdibleBird" method takes? :) – Tony Arkles Nov 27 '08 at 14:16
show 2 more comments
vote up 8 vote down

Here's an algorithm developed by a few grad students a while back:

if(broke) {  // Can this branch be optimized out?
    goto seminar;
}

seminar:
free(turkey);
link|flag
1  
Most graduate students today (at CMU and I'm guessing that also at other places) use a free-food cam. Hence, there is a background thread that routinely checks for updates on the table in the lounge :) – Uri Nov 27 '08 at 4:36
vote up 9 vote down

Real programmers stuff a turkey via SQL injection

link|flag
vote up 3 vote down

I'd give an answer, but my internationalization skills aren't up to par

link|flag
vote up 1 vote down

Chef's like Perl because nobody else can read their recipes. :P

link|flag
vote up 0 vote down
<?php

$bird = new Turkey();
$oven = new Oven();

if( $bird->isFrozen() )
  $bird->thaw();

$oven->preHeat(Turkey::COOKING_TEMP);

$bird->season( array(Kitchen::ROSEMARY, Kitchen::SALT, Kitchen::PEPPER) );
$bird->stuff( new StoveTop() );
$oven->cook($bird);
link|flag
vote up 15 vote down

I tried to cook a turkey in Lisp, but I only ever got back a brand new turkey, fully cooked. The original was still in the oven. Then, since nobody was looking, the garbageman came and took it away.

link|flag
Funniest of all :-) – e-satis Nov 18 at 13:30
vote up 0 vote down

Hmmm, you guys better check localization very carefully :)

link|flag
vote up 4 vote down

In delphi:

try
  turkey.Prepare();
  turkey.Cook();
  turkey.Serve();
except
  on e: EDInerIsRuined do
    pizzaLine.Order();
end;
link|flag
1  
Who's E. D. Iner and why would he be ruined? :-) – paxdiablo Dec 8 '08 at 0:45
Actually, I guess most delphi developers would just click and drag a TTurkey-component unto the mainform, and set it's activated-property to true... – Vegar Jun 4 at 10:48
vote up 5 vote down

Naturally, in PHP you wouldn't actually try to solve the "cook the turkey" problem.

You would instead try to hide that it, in fact, is raw and eat it anyways. Actually, whether your mouth is filled with turkey or something entirely else doesn't really matter, as you will chew on it and swallow happily nevertheless.

If your stomach would fail at some point, you would try to remember what you did earlier by doing what you did before, but at some points in the process, would stop, and look at what you have at hands. Once you have taken the peek, try to figure out how the salmon ended up in your fork, and start the process all over again.

Don't get me wrong; PHP is my current language of choice.

link|flag
That describes quite well how I feel every time I use PHP. – Konrad Rudolph Dec 3 '08 at 18:50
vote up 0 vote down

stty cooked >/dev/tturkey

link|flag
vote up 3 vote down

Well, it depends if Jon Skeet is the programmer or not.

He only needs to look at the turkey and it cooks.

The rest of us, not so much.

link|flag
vote up 2 vote down

Simple one in C#

public class Cook<T>
{
    public Cook(T what_to_cook)
    {
        what_to_cook.Prepare();
        what_to_cook.DoCooking();
        if(what_to_cook.ServingReady())
                what_to_cook.ServeAll();
        else
                what_to_cook.PrepareServing();
    }
}

public class MakeItHappen
{
     Turkey t = new Turkey();
     Cook<Turkey> ct = new Cook<Turkey>(t);
}

public class Turkey : ITurkey
{
     public void Prepare(){...}
     public void DoCooking(){...}
     public void ServingReady(){...}
     public void SaveAll(){...}
     public void PrepareServing(){...}

}

public interface ITurkey
{
    void Prepare();
    void DoCooking();
    void ServingReady();
    void ServeAll();
    void PrepareServing();
}
link|flag
vote up 19 vote down

I fear for the programming industry if these unoptimized solutions are anything to go by.

Here's a (fairly) language-agnostic approach, just rewrite for your particular language:

this.Visit(Mom);
link|flag
vote up 2 vote down

REAL programmers would use good old C-x M-c M-xmasdinner

link|flag
vote up 4 vote down

I wouldn't waste time writing custom code, I'd buy an off the shelf turkey system.

link|flag
1  
I'm glad the joke wasn't lost... – Paul Dixon Nov 27 '08 at 14:17
1  
...or maybe it was! Am I the only one who always reads "Turnkey Solution" as "Turkey Solution"? :) – Paul Dixon Nov 27 '08 at 20:38
vote up 0 vote down

I don't have one for Turkey, but I do have one for Canadian Goose:

oven.setTemperature(200);
sleep(15 * 60);
oven.add(goose);
oven.add(brick);
while (!brick.isTender()) {
   sleep(300);
}
oven.remove(brick);
oven.remove(goose);
goose.dispose();
link|flag
vote up 0 vote down

en-GB answer (2008 only):

sleep 28d
cook turkey
link|flag
vote up 2 vote down

First, I ask the client how they like their turkey done.

link|flag

Your Answer

Get an OpenID
or

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