[cl-utilities-devel] CL-Utilities Manual
Taylor, Joshua
tayloj at cs.rpi.edu
Wed Mar 12 19:32:01 UTC 2008
Hello,
(I hope this is the right place to mention this. I didn't see a
mailing list specifically for the manual...) I've been taking a look
at the cl-utilities manual, and came across the following example on
the page for collecting
[http://common-lisp.net/project/cl-utilities/doc/collecting.html]:
(multiple-value-bind (a b)
(with-collectors (x y)
(x 1)
(y 2)
(x 3))
(append a b)) => (1 2 3)
Running the code actually generates (1 3 2).
Great package though, I wish I'd found it earlier in my lisping.
--
=====================
Joshua Taylor
tayloj at cs.rpi.edu, jtaylor at alum.rpi.edu
"A lot of good things went down one time,
back in the goodle days."
John Hartford
More information about the cl-utilities-devel
mailing list