Hi - <br><br>Is there a way to compare gensym symbols with a manually created symbol, short of converting them to strings? It'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;">
> (define sym (gensym))<br>
> sym<br>
g30043<br>
> (equal? sym 'g30043)<br>
#f<br>> (equal? 'g30043 'g30043) <br>
#t<br></div>
<br>Thanks,<br>yc<br><br>