On Wed 25 Jan 2012 14:21, l...@gnu.org (Ludovic Courtès) writes:

> Mark H Weaver <m...@netris.org> skribis:
>
>> How would you like to fix this?  Would you like me to make a new
>> procedure that creates a universally-unique string?  Most of `gensym's
>> current code would be moved to that new procedure, and then `gensym'
>> would use it.
>
> Would (symbol->string (gensym)) work?

That would work, yes.  (Incidentally it's what we were doing before.)
The only disadvantage is that it goes through the symbol table, whereas
before this was unnecessary.  But that's Just An Optimization ;-)

Andy
-- 
http://wingolog.org/

Reply via email to