Skip to content

Instantly share code, notes, and snippets.

Created September 16, 2011 18:50
Show Gist options
  • Save anonymous/1222804 to your computer and use it in GitHub Desktop.
Save anonymous/1222804 to your computer and use it in GitHub Desktop.
;; msoutier's solution to Interpose a Seq
;; https://4clojure.com/problem/40
(fn [s c] (butlast (mapcat #(list %1 s) c)))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment