Recipes for Cooking

A holiday meal where more than one person works concurrently

Preparing a meal during the holidays is also a list of tasks, but often more than one person needs to do things concurrently:

roast_turkey(i) : Ingredients -> Turkey

# Roast Turkey

    @chef
        1.  Set oven temperature { oven(180 °C) ~ temp }
        2.  Place bacon strips onto bird
        3.  Put bird into oven
        4.  Set timer for roasting { timer(3 hr) ~ t }
        5.  Record temperature
            {
                [
                    "Roast temperature" = temp
                ]
            }

    @assistant
        -   Set the table

ChristmasTurkey.tq