Skip to content

Instantly share code, notes, and snippets.

@Lull3rSkat3r
Created August 17, 2013 05:46
Show Gist options
  • Save Lull3rSkat3r/6255483 to your computer and use it in GitHub Desktop.
Save Lull3rSkat3r/6255483 to your computer and use it in GitHub Desktop.
Clojure-Add
(defn add [x]
(apply + x))
(defn add [x y]
+ x y)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment