Skip to content

Instantly share code, notes, and snippets.

@kartikshah
Created May 15, 2011 20:28
Show Gist options
  • Save kartikshah/973502 to your computer and use it in GitHub Desktop.
Save kartikshah/973502 to your computer and use it in GitHub Desktop.
4Clojure - 33
(fn [xs n] (if (= n 1) xs (apply interleave (repeat n xs))))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment