I've just started using Clojure, and I was wondering why the following doesn't work as expected: (-> 5 - (partial + 5)). I would expect the result of this ...
確定! 回上一頁