To implement paredit stuff like “slurp” we'll need a bit of help from Clojure itself. > ,p (ns quicksort) (defn qsort [xs] (if (apply < xs) ...
確定! 回上一頁