This is the mail archive of the guile@sources.redhat.com mailing list for the Guile project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: gensym


"Dale P. Smith" <dpsm@en.com> writes:

> gensym is supposed to be called with a symbol, not a string.  It still
> fails.

I apologize for all of these incomplete fixes.  I think I've been
trying to do too many things simultaneously lately.

What I should have done already from the start is to check with the
Common LISP API which has inspired Guile's gensym and gentemp
functions.

The first arg to these two functions should actually be a string.

I hope I've finally fixed this everywhere.

Please tell me if not.

Thanks,
/mdj
_______________________________________________
Guile-user mailing list
Guile-user@gnu.org
http://mail.gnu.org/mailman/listinfo/guile-user

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]