Re: Converting sequences into function parameters

2009-09-28 Thread psf
Sorry... "apply" works just fine. On Sep 28, 9:04 am, Paul Henning wrote: > I keep running into the situation where I would call functions of the > form (fn [ & rest] ...) with data that I have built up in a sequence, > and can't figure out how to do it.  My current instance of this is > wanting

Converting sequences into function parameters

2009-09-28 Thread Paul Henning
I keep running into the situation where I would call functions of the form (fn [ & rest] ...) with data that I have built up in a sequence, and can't figure out how to do it. My current instance of this is wanting to call clojure.contrib.combinatorics/cartesian-product on a list of lists of item