Here it is:
Coinflip Lime Tofu Hot Dogs a la Sous-vide with Pickle Lemon Garnish.
This recipe returns 50 coin flips, using an auxiliary recipe for pickle garnish to pull the random draws. The edibility of the result is dubious, but apparently it's a favorite for hedge fund gurus.
Ingredients.
50 blocks of tofu
Method.
Press the blocks of tofu. Serve with pickle lemon garnish. Push the blocks of tofu until pressed. Liquify contents of the mixing bowl. Pour contents of mixing bowl into the baking dish.
Serves 1.
Pickle Lemon Garnish.
Ingredients.
84 g diced pickles
72 g diced tomatoes
1 squashed lemon
Method.
Clean the mixing bowl. Put diced pickles into mixing bowl. Put diced tomatoes into mixing bowl. Mix the mixing bowl well. Fold squashed lemon into mixing bowl.
And yes, it actually runs. Install the Acme::Chef Perl module and copy the code into a text file (e.g. coinflip.chef) and you can run it with: chef coinflip.chef
And you'll get output like: THHHTHTHTTHTTHHHTTHHHHHHHHHHTHHTTHTTTHHTHHTHTTHTTT
Note that to get it to work with the Perl module I actually had to use the "liquify" keyword while the official specs say it's deprecated in favor of "liquefy." I also used an auxiliary recipe rather than multiple bowls as referring to the 1st/2nd bowl didn't seem to work according to specs either.
As for how it works, I'll let you figure that out, but Chef is basically a verbose version of Brainf*ck where you have to work everything out in terms of manipulating the stack. It was fun to do though, and I might try to throw together a more serious Chef program at some point. I also was thinking of implementing the coinflips in Shakespeare but there doesn't seem to be an adequate randomizing function for it...