Skip to content

Instantly share code, notes, and snippets.

@dainiusjocas
Created November 25, 2014 09:11
Show Gist options
  • Save dainiusjocas/7f4ff4480274fcaab22d to your computer and use it in GitHub Desktop.
Save dainiusjocas/7f4ff4480274fcaab22d to your computer and use it in GitHub Desktop.
Clojure map function with default parameters
(map #(+ 2 %) (range 0 5))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment