Skip to content

Instantly share code, notes, and snippets.

@mattdeboard
Created November 29, 2011 00:08
Show Gist options
  • Save mattdeboard/1402717 to your computer and use it in GitHub Desktop.
Save mattdeboard/1402717 to your computer and use it in GitHub Desktop.
Clojure join
(defn join [sep coll]
(apply str (interpose sep coll)))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment