great!<div>thanks!<br><br><div class="gmail_quote">2011/11/23 Neil Van Dyke <span dir="ltr">&lt;<a href="mailto:neil@neilvandyke.org">neil@neilvandyke.org</a>&gt;</span><br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
Tony Garnock-Jones wrote at 11/23/2011 04:14 PM:<div><div></div><div class="h5"><br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
On 2011-11-23 4:12 PM, Louis-Philippe wrote:<br>
   <br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
I looked around and couldn&#39;t find how to expand a list to fit as<br>
multiple function arguments, for variable arity functions rest.<br>
     <br>
</blockquote>
(apply + &#39;(1 2 3)) ?<br>
   <br>
</blockquote>
<br></div></div>
You can also do:<br>
<br>
(apply + 1 2 3 &#39;(4 5 6))<br><font color="#888888">
<br>
-- <br>
<a href="http://www.neilvandyke.org/" target="_blank">http://www.neilvandyke.org/</a><br>
</font></blockquote></div><br></div>