On Tue, Mar 17, 2026 at 1:29 PM Lukas-Fabian Moser <[email protected]> wrote:

> The right hand side of = is "quoted" (in Scheme terms), i.e. prefixed by
> '. This means that Y-offset, off, alignment-distances, dist are taken as
> symbols, not evaluated.
>
> The way to evaluate _some_ terms in an expression is to use "quasiquoting"
> with ` instead of ' and prefixing the words that should get evaluated by ,.
>

Thanks, Lukas.  Quoting in Scheme always confuses me, but your explanation
makes it clear.

--
Knute Snortum

Reply via email to