Further, what if we need to pass '+ as a function to another function?
(def hmm (op) (op 1 2 3 4 5))
-----