I&#39;m not sure if there&#39;s an easier way, but I would do:<br><br>(map (fn [x y] [x y]) a b)<br><br>-Tom<br><br><div class="gmail_quote">On Tue, Oct 25, 2011 at 11:00 PM, Wm. Josiah Erikson <span dir="ltr">&lt;<a href="mailto:wjerikson@hampshire.edu">wjerikson@hampshire.edu</a>&gt;</span> wrote:<br>

<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">I must be up too late.<br>
<br>
I have a list, a, and another list, b.<br>
<br>
I want to make a new list of two-item vectors that is both lists put together, so that it will look like ([(nth a 1)(nth b 1)][(nth a 2)(nth b 2)][(nth a 3)(nth b 3)])<br>
<br>
...and so on. interleave doesn&#39;t quite do what I want. Maybe in the morning it will occur to me how to do this without a loop. If it&#39;s obvious to somebody else, will you help me out?<br>
<br>
Thanks in advance,<br><font color="#888888">
<br>
-- <br>
-----<br>
Wm. Josiah Erikson<br>
Network Engineer<br>
Hampshire College<br>
Amherst, MA 01002<br>
<br>
______________________________<u></u>_________________<br>
Cs254f11 mailing list<br>
<a href="mailto:Cs254f11@lists.hampshire.edu" target="_blank">Cs254f11@lists.hampshire.edu</a><br>
<a href="https://lists.hampshire.edu/mailman/listinfo/cs254f11" target="_blank">https://lists.hampshire.edu/<u></u>mailman/listinfo/cs254f11</a><br>
</font></blockquote></div><br>