If set to false, exit codes are ignored. If true (default), throw exceptions for non-zero exit codes.
If set to false, exit codes are ignored. If true (default), throw exceptions for non-zero exit codes.
(let-programs bindings & body)
Like let, but expects bindings to be symbols to strings of paths to programs.
Like let, but expects bindings to be symbols to strings of paths to programs.
(map-nth f nth coll)
(map-nth f start nth coll)
Calls f on every nth element of coll. If start is passed, starts at that element (counting from zero), otherwise starts with zero.
Calls f on every nth element of coll. If start is passed, starts at that element (counting from zero), otherwise starts with zero.
(programs & names)
Creates functions corresponding to progams on the PATH, named by names.
Creates functions corresponding to progams on the PATH, named by names.
(with-programs programs & body)
Like programs, but only binds names in the scope of the with-programs call.
Like programs, but only binds names in the scope of the with-programs call.
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close