|
From: Sam S. <sd...@gn...> - 2010-10-15 20:13:21
|
Don Cohen wrote: > (loop for (x y z) in a collect y) > I really don't like to use nil there but I could. we could add (declare ignore) for all variables starting with an underscore (like in ocaml). then you will be able to write (loop for (_x y _z) in a collect y) and see no warnings. if you like the idea, please discuss it on c.l.l. |