我试图实现异或宏并想出了一个问题。 我无法使用私有(private) 宏中的函数。 这是示例: 私有(private)功能 (defn :^private xor-result [x y] (if (and x y) false (or ...
確定! 回上一頁