Hi - <br><br>Is there a way to compare gensym symbols with a manually created symbol, short of converting them to strings?&nbsp; It&#39;s okay if not - just want to know the reason that they cannot be compared?<br><br><div style="margin-left: 40px; font-family: courier new,monospace;">
&gt; (define sym (gensym))<br>
&gt; sym<br>
g30043<br>
&gt; (equal? sym &#39;g30043)<br>
#f<br>&gt; (equal? &#39;g30043 &#39;g30043) <br>
#t<br></div>
<br>Thanks,<br>yc<br><br>