<br>On Fri, Jun 20, 2008 at 3:58 PM, Chongkai Zhu &lt;<a href="mailto:czhu@cs.utah.edu">czhu@cs.utah.edu</a>&gt; wrote:<br><div class="gmail_quote"><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
The idea of gensym is to generate symbol that is not eq? to any other symbol. So I don&#39;t know what you are asking here. You can always convert symbol-&gt;string, and then compare string, but that&#39;s something against the reason to have gensym.<br>
<font color="#888888">
<br>
Chongkai</font></blockquote></div><br>Thanks Filipe and Chongkai for the clarification - I missed the word &quot;uninterned&quot;.&nbsp; I currently use gensym as a hack for keys in a hashtable, hence my need to compare.&nbsp; But as Filipe says there are other solutions, and I&#39;ll look elsewhere.<br>
<br>Thanks,<br>yc<br><br>