Skip to content

Instantly share code, notes, and snippets.

@maacl
Created May 8, 2011 20:45
Show Gist options
  • Save maacl/961679 to your computer and use it in GitHub Desktop.
Save maacl/961679 to your computer and use it in GitHub Desktop.
(fn [f i] (map (fn [n] ((apply comp (take n (repeat f))) i)) (range)))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment