Skip to content

Instantly share code, notes, and snippets.

@domgetter
Created January 7, 2016 03:03
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save domgetter/bb41ebb4056aff7804d7 to your computer and use it in GitHub Desktop.
Save domgetter/bb41ebb4056aff7804d7 to your computer and use it in GitHub Desktop.
(reduce (partial + 1) [1 2 3 4])
(let [inc-er (partial + 1)]
(reduce inc-er [1 2 3 4]))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment