With clojure functions, I can define:
(defn f [x & xs] (apply some-function x xs))
I\'m attempting to do this same sort of thing with a