Liking cljdoc? Tell your friends :D

silvur.util


control-portsclj


edn->jsonclj

(edn->json x)

json->ednclj

(json->edn x)

json->mapclj

(json->map x)

lkcljmacro

(lk s)

lockclj


lscljmacro

(ls s)

mailclj

(mail &
      {:keys [from to subject host port contents]
       :or {host "localhost" port 25}})

map->jsonclj

(map->json x)

nreplcljmultimethod


nrepl-http-transportclj

(nrepl-http-transport url)

Returns an nREPL client-side transport to connect to HTTP nREPL endpoints implemented by ring-handler.

This fn is implicitly registered as the implementation of nrepl.core/url-connect for http and https schemes; so, once this namespace is loaded, any tool that uses url-connect will use this implementation for connecting to HTTP and HTTPS nREPL endpoints.

Returns an nREPL client-side transport to connect to HTTP nREPL
endpoints implemented by `ring-handler`.

This fn is implicitly registered as the implementation of
`nrepl.core/url-connect` for `http` and `https` schemes;
so, once this namespace is loaded, any tool that uses `url-connect`
will use this implementation for connecting to HTTP and HTTPS
nREPL endpoints.
raw docstring

nrepl-serverclj


nrepl-startclj

(nrepl-start & {:keys [ip port cider] :or {ip "0.0.0.0" port 7888}})

nrepl-stopclj

(nrepl-stop & [srv])

NumberConvertcljprotocol

chars->hexclj

(chars->hex xs)

chars->longclj

(chars->long xs)

hex->longclj

(hex->long x)

str->doubleclj

(str->double x)

str->intclj

(str->int x)

str->longclj

(str->long x)

parse-binary-messageclj

(parse-binary-message format-coll data-coll)

sha1sumclj

(sha1sum & vals)

start-routineclj

(start-routine f & [{:keys [id queue-length interval] :as opts}])

stop-routineclj

(stop-routine)
(stop-routine id)

ukcljmacro

(uk s)

uscljmacro

(us s)

uuidcljmacro

(uuid)
(uuid s)

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

× close