Skip to content

Instantly share code, notes, and snippets.

@kartikshah
Created May 15, 2011 21:10
Show Gist options
  • Save kartikshah/973541 to your computer and use it in GitHub Desktop.
Save kartikshah/973541 to your computer and use it in GitHub Desktop.
4Clojure - 41
(fn [xs n] (keep-indexed (fn [idx v] (if (zero? (mod (+ idx 1) n)) nil v)) xs))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment