Last active
January 1, 2016 19:59
-
-
Save wuqian/8194522 to your computer and use it in GitHub Desktop.
clojure reverse
This file contains 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
(reduce conj '() [1 2 3 4]) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
注意reduce的使用