Re: Variadic argument function call to another v.a.f.

2014-10-05 Thread Mate Varga
Thanks, the JIRA issue confused me sightly. On Sunday, October 5, 2014 8:21:01 PM UTC+2, Ashton Kemerling wrote: > > That makes plenty of sense, you passed 1 argument to va1, and it was a > list (from &args). If you wish to unwrap that list, use apply: > > (apply va1 '(1 2 3)) > > > > On Sun, Oct

Re: Variadic argument function call to another v.a.f.

2014-10-05 Thread Ashton Kemerling
That makes plenty of sense, you passed 1 argument to va1, and it was a list (from &args). If you wish to unwrap that list, use apply: (apply va1 '(1 2 3)) On Sun, Oct 5, 2014 at 12:01 PM, Mate Varga wrote: > Hi, > there's a closed old bug on the CLJS JIRA from 2012: > http://dev.clojure.org/j