Hi,
not sure, but you may want to look at CL-INTERPOL.
Otherwise, (format NIL "..." ...) is your friend.
Cheers
MA
On Tue, Apr 2, 2024 at 6:59 PM Drew Jose mail@drewsh.com wrote:
I was wondering if there was any syntax for using JavaScript template literals like
(literal "hello ${variable-name}")
Output: `hello ${variableName}`