with-unique-names choices
- From: lisp linux <gmail.com@xxxxxxxxxx>
- Date: Sat, 29 Dec 2007 13:13:58 -0800
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
.
- Prev by Date: Problems w/ symlinks & portable Lisp code
- Next by Date: Re: Common Lisp for Java developers tutorial?
- Previous by thread: Problems w/ symlinks & portable Lisp code
- Next by thread: Re: SynFlood mitigation tool on linux
- Index(es):
Relevant Pages
|