Hi, I'm trying to iterate over a list with a given step in clojure. In python I would have done the following : xs = list(range(10)) xs[::2] ...
確定! 回上一頁