我試圖實施宏或宏,並想出了一個問題。 我無法在宏中使用私有函數。 這裏是例如: 私有函數宏(defmacro xor ([] true) ([x] x) ([x & next] `(let [first# ~x second# ...
確定! 回上一頁