Recipe Gallery
Real things, as runnable Foodlang. Tap any card to open it live in the playground — edit it, compile it to 30+ targets, watch it run on a machine, then share your own with a link, a clip, or a QR.
+ Submit your recipeAdaptive Espresso
A pressure-and-flow shot that adapts as it pulls — watch the profile drive a real espresso machine.
recipe "Adaptive Espresso" {
yield 1 espresso
ingredients {
coffee 18 g
…
Open in Playground →
Iced Vanilla Latte
The hello-world drink: brew a shot, build the cup, pour over ice.
drink "Iced Vanilla Latte" {
ingredients {
coffee 18 g
vanilla_syrup 20 ml
milk 10 oz
…
Open in Playground →
Matcha Latte
Whisked matcha, no espresso in sight — Foodlang isn't only coffee.
recipe "Matcha Latte" {
ingredients {
matcha 3 g
water 60 ml
milk 10 oz
…
Open in Playground →
Crunchy Roll
Tempura crunch, rolled and sliced. Run it on the sushi-station sim.
recipe "Crunchy Roll" {
ingredients {
sushi_rice 1 cup
nori 1 sheet
shrimp_tempura 3 pieces
…
Open in Playground →
Dragon Roll
Eel and avocado scales, plated by a maki bot.
recipe "Dragon Roll" {
ingredients {
sushi_rice 1 cup
nori 1 sheet
shrimp_tempura 3 pieces
…
Open in Playground →
Spicy Tuna Roll
Sriracha, scallion, sesame — a classic as executable code.
recipe "Spicy Tuna Roll" {
ingredients {
sushi_rice 1 cup
nori 1 sheet
tuna 60 g
…
Open in Playground →
Smashburger
A griddle program: smash, sear, flip, melt, stack.
recipe "Smashburger" {
ingredients {
beef 160 g
salt 2 g
cheese 1 slice
…
Open in Playground →
Negroni
Equal parts, stirred, orange twist — the cocktail as a recipe you can run.
drink "Negroni" {
ingredients {
gin 30 ml
campari 30 ml
sweet_vermouth 30 ml
…
Open in Playground →
Cereal
The eternal question settled by execution order: cereal, then milk.
recipe "Cereal" {
ingredients {
cereal 60 g
milk 200 ml
}
…
Open in Playground →
Made something tasty? Submit it to the gallery — the best ones get featured.