Skip to content

Instantly share code, notes, and snippets.

@kartikshah
Created May 15, 2011 20:56
Show Gist options
  • Save kartikshah/973526 to your computer and use it in GitHub Desktop.
Save kartikshah/973526 to your computer and use it in GitHub Desktop.
Clojure-40
(fn [k xs] (conj (vec (interleave xs (vec (repeat ( - (count xs) 1) k)))) (last xs)))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment