[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Issue: GENSYM-NAME-STICKINESS, version 2
- To: cl-cleanup@SAIL.STANFORD.EDU
- Subject: Re: Issue: GENSYM-NAME-STICKINESS, version 2
- From: "Steve Bacher (Batchman)" <SEB1525@draper.com>
- Date: Thu, 16 Mar 89 07:58 EST
I like it. But one suggestion:
Instead of (gensym-counter <n>) which updates the gensym counter, why not
(gensym-counter) which returns the current gensym counter, and
(setf (gensym-counter) <n>) ???