Created
April 21, 2014 04:30
-
-
Save kurogelee/11132263 to your computer and use it in GitHub Desktop.
clojure.zipはzipファイルを扱うものじゃないよ ref: http://qiita.com/kurogelee/items/d5aa7f58cb84b5eb3c71
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
(defn sequential-zip | |
[root] | |
(zipper sequential? | |
identity | |
(fn [node children] (with-meta children (meta node))) | |
root)) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment