Liking cljdoc? Tell your friends :D
Clojure only.

robertluo.pullable

Pull from data structure by using pattern.

Pull from data structure by using pattern.
raw docstring

queryclj

(query pattern)

Returns a query from pattern. A query can be used to pull from data structure later.

Returns a query from `pattern`. A query can be used to
pull from data structure later. 
sourceraw docstring

runclj

(run pattern data)

Given data, run a query returned by query and returns the pull result.

Given `data`, run a query returned by `query` and returns the pull result.
sourceraw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close