delay
macro
(delay &body forms)
Creates a delayed expression which is not evaluated until the function force is called. Unfortunately, the example processor always calls force.
force
make-html > (let z (delay (+ 1 2))) it: z