Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

with-unique-names choices

0 views
Skip to first unread message

lisp linux

unread,
Dec 29, 2007, 4:13:58 PM12/29/07
to
Hi

While looking for something, I found that the unique names macro is
defined in eight different libs among the libs *I have* downloaded.

alexandria/macros.lisp:(defmacro with-unique-names (names &body forms)
arnesi/src/one-liners.lisp:(defmacro with-unique-names ((&rest bindings)
&body body)
cffi/src/utils.lisp:(defmacro with-unique-names (symbols &body body)
cl-ppcre/util.lisp:(defmacro with-unique-names ((&rest bindings) &body body)
cl-utilities/with-unique-names.lisp:(defmacro with-unique-names ((&rest
bindings) &body body)
drakma/util.lisp:(defmacro with-unique-names ((&rest bindings) &body body)
flexi-streams/util.lisp:(defmacro with-unique-names ((&rest bindings)
&body body)
hunchentoot/util.lisp:(defmacro with-unique-names ((&rest bindings)
&body body)

I do not know what action is needed if any :)

I have a related usage question that I'll ask in a separate thread.

-Antony

0 new messages