I am new to clojure, and am trying to understand how to concatenate lists without using the concat function. (defn append [list1, list2] (cond (nil? list1) ...
確定! 回上一頁