Skip to content

Instantly share code, notes, and snippets.

@neilchaudhuri
Last active December 25, 2015 23:59
Show Gist options
  • Save neilchaudhuri/7061350 to your computer and use it in GitHub Desktop.
Save neilchaudhuri/7061350 to your computer and use it in GitHub Desktop.
Clojure code to perform operations on collections.
(reduce +
(map #(* 3 %)
(filter even? (data))))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment