Consider this list: (def a (list 1 2 3)) Recalling that Clojure lists are linked lists, we can visualize this like so: Let's conj a new value onto the list, ...
確定! 回上一頁