chickadee » procedural-macros » with-renamed-symbols

(with-renamed-symbols (renamer %x ....) xpr ....)syntax

binds a series of prefixed names, %x .... to the images of the original names, x ...., under renamer and evaluates xpr .... in this context.

The prefix is arbitrary, but must be only one letter. The macro must be imported for syntax.