Skip to content

Instantly share code, notes, and snippets.

@maleghast
Created June 17, 2012 20:25
Show Gist options
  • Save maleghast/2945630 to your computer and use it in GitHub Desktop.
Save maleghast/2945630 to your computer and use it in GitHub Desktop.
4Clojure #41 SPOILERS!
(fn [s n] (flatten (map #(take (- n 1) %1) (partition-all n s))))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment