Skip to content

Instantly share code, notes, and snippets.

@daemianmack
Created March 16, 2012 03:08
Show Gist options
  • Save daemianmack/2048305 to your computer and use it in GitHub Desktop.
Save daemianmack/2048305 to your computer and use it in GitHub Desktop.
(defn map-while [f s pred]
(map f (filter pred s)))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment