What little macro-fu I ever had abandoned me long back.<div><br><div>Say I want to generate an identifier, e.g. add a standard suffix.</div><div><br></div><div>So if my identifier is `hello&#39;, the suffix `-tmp&#39; is appended forming `hello-tmp&#39;.  </div>
<div><br></div><div>The following gets there but I seem to recall using an easier technique in days of lore.</div><div><br></div><div> [(_ name:id e0:expr e1:expr ...)<br></div><div><div> (with-syntax ((name-tmp (datum-&gt;syntax stx (string-&gt;symbol (string-append (symbol-&gt;string (syntax-&gt;datum #&#39;name))</div>
<div>                                                                                          &quot;-tmp&quot;)))))</div></div><div><br></div><div>Is there an easier way to append together syntax?</div><div><br></div><div>
<br></div><div>Thanks,</div><div><br></div><div>Ray</div></div>