Skip to content

Instantly share code, notes, and snippets.

@wuqian
Last active January 1, 2016 19:59
Show Gist options
  • Save wuqian/8194522 to your computer and use it in GitHub Desktop.
Save wuqian/8194522 to your computer and use it in GitHub Desktop.
clojure reverse
(reduce conj '() [1 2 3 4])
@wuqian
Copy link
Author

wuqian commented Dec 31, 2013

注意reduce的使用

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment