I\'ve been working on Clojure question 135 Infix Calculator, basically a simplified infix to prefix arithmetic calculator:
(= 7 (__ 2 + 5))
I
Look at the resolve function
((resolve (symbol "+")) 1 2)