{"body":"(defn test-args [coll & {:keys [tempo] :or {tempo 100}}]\n  tempo)\n\n(test-args []); => 100\n(test-args [] {:tempo 10}); => raises Exception\n\n;; How do I pass-in a different value of tempo?","name":"tempo.clj","extension":"clj","url":"https://www.irccloud.com/pastebin/3fktOx7x/tempo.clj","modified":1451460220,"id":"3fktOx7x","size":186,"lines":7,"own_paste":false,"theme":"","date":1451460220}