bug-guile
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

gentemp deprecation


From: Dale P. Smith
Subject: gentemp deprecation
Date: Wed, 16 May 2001 15:19:41 -0400

Greetings!

gentemp is being deprecated, but is still used all over the place. Well,
it's used in expect.scm, match.scm, psyntax.pp and psyntax.ss.  These
should probably all be changed to use gensym instead.

Sorry, no patch.


BTW: gensym does not return unique symbols:

guile> (gensym)
g0
guile> (define g1 'foo)
guile> (gensym)
g1

Wasn't this fixed a while back?  Or was that gentemp?


-Dale

-- 
Dale P. Smith
Treasurer, Cleveland Linux Users Group http://cleveland.lug.net
Senior Systems Consultant, Altus Technologies Corporation
address@hidden
440-746-9000 x309



reply via email to

[Prev in Thread] Current Thread [Next in Thread]