clojure.repl包里面的 source 函数, 利用元数据来获取一个指定函数的源代码,比如: (source reverse). 上面代码的输出应该是: (defn reverse "Returns a seq of the ...
確定! 回上一頁