Skip to content

Instantly share code, notes, and snippets.

@pradeepchhetri
Last active August 29, 2015 14:02
Show Gist options
  • Save pradeepchhetri/8e854322a77cdac0a57c to your computer and use it in GitHub Desktop.
Save pradeepchhetri/8e854322a77cdac0a57c to your computer and use it in GitHub Desktop.
(defn concat-sep
[separator & args]
(clojure.string/join separator args))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment