Created
May 15, 2011 20:56
-
-
Save kartikshah/973526 to your computer and use it in GitHub Desktop.
Clojure-40
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
(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