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', the suffix `-tmp' is appended forming `hello-tmp'. </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->syntax stx (string->symbol (string-append (symbol->string (syntax->datum #'name))</div>
<div> "-tmp")))))</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>