How to convert a string to a function in Clojure?

前端 未结 2 433
庸人自扰
庸人自扰 2021-02-14 07:48

I\'ve been working on Clojure question 135 Infix Calculator, basically a simplified infix to prefix arithmetic calculator:

(= 7  (__ 2 + 5))

I

2条回答
提交回复
热议问题