On Sun 10 Nov 2024 at 22:46:54 (-0800), Walt North wrote: > You mention deferring interpretation. I'm not familiar with that and I > haven't found information on that in the docs. Can you point me? > > "you would still need to defer polly's interpretation"
s/interpretation/evaluation/ might be more productive. AIUI it would involve scheme, and so be above my paygrade. What I'm pointing to is the contrast in behaviour of #( … ) and $( … ) in scheme, where # parses an expression without evaluating it, but $ parses and immediately evaluates it. But others will have to tell you whether this is possible, and how to code it if it is. Cheers, David.