The main way to trip up with Clojure's vectors and lists is to forget just how immutable they are. For example, if you start with this: (def novels ["Emma" ...
確定! 回上一頁