- Learn about Wiki
- Lectures
- Study
- Tips
- tips:clojure:cd-client
cd-client
https://github.com/dakrone/clojuredocs-client
cd-client는 http://clojuredocs.org에서 clojure api를 읽어오는 클라이언트입니다.
사용법
(use 'cd-client.core) ;=> nil (cdoc map) ;clojure.core/map ;([f coll] [f c1 c2] [f c1 c2 c3] [f c1 c2 c3 & colls]) ; Returns a lazy sequence consisting of the result of applying f to the ; set of first items of each coll, followed by applying f to the set ; of second items in each coll, until any one of the colls is ; exhausted. Any remaining items in other colls are ignored. Function ; f should accept number-of-colls arguments. ;========== vvv Examples ================ ; user=> (map inc [1 2 3 4 5]) ; (2 3 4 5 6) ; ... (search "reduce") ;clojure.contrib.datalog.util/preduce ;clojure.contrib.monads/m-reduce ;clojure.contrib.probabilities.monte-carlo/sample-reduce ;clojure.core.protocols/InternalReduce ;clojure.core.protocols/internal-reduce ;clojure.core/areduce ;clojure.core/reduce ;7 matches found ;=>nil
tips/clojure/cd-client.txt · Last modified: 2019/02/04 14:26 (external edit)