Liking cljdoc? Tell your friends :D

me.raynes.conch


*throw*clj

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.
sourceraw docstring

add-proc-argsclj

(add-proc-args args options)
source

buffercljmultimethod

source

byte-array?clj

source

byte?clj

(byte? x)
source

compute-bufferclj

(compute-buffer options)
source

Drinkablecljprotocol

drinkclj

(drink this proc)
source

executeclj

(execute name & args)
source

exit-exceptionclj

(exit-exception verbose)
source

get-drunkclj

(get-drunk item proc)
source

let-programscljmacro

(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.
sourceraw docstring

map-nthclj

(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.
sourceraw docstring

programscljmacro

(programs & names)

Creates functions corresponding to progams on the PATH, named by names.

Creates functions corresponding to progams on the PATH, named by names.
sourceraw docstring

queue-outputclj

(queue-output proc buffer-type binary)
source

queue-seqclj

(queue-seq q)
source

queue-streamclj

(queue-stream stream buffer-type binary)
source

Redirectablecljprotocol

redirectclj

(redirect this options k proc)
source

run-commandclj

(run-command name args options)
source

seqify?clj

(seqify? options k)
source

test-arrayclj

(test-array t)
source

ubyteclj

(ubyte val)
source

with-programscljmacro

(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.
sourceraw docstring

write-to-writerclj

(write-to-writer writer s is-binary)
source

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

× close