Programming Clojure - Unifying Data with Sequences

摘要: In Clojure, all these data structures can be accessed through a single abstraction: the sequence (or seq). A seq (pronounced “seek”) is a logical list, the seq is an abstraction that can be used e... 阅读全文
posted @ 2013-02-04 14:55 fxjwind 阅读(455) 评论(0) 推荐(0)