Liking cljdoc? Tell your friends :D

reply.main


-mainclj

(-main & args)
source

handle-resumeclj

(handle-resume signal)
source

launchclj

(launch options)

Entry point for tools which may prefer to send a map of options rather than a varargs list of arguments. See parse-args for available options.

Entry point for tools which may prefer to send a map of options
rather than a varargs list of arguments. See parse-args for available
options.
sourceraw docstring

launch-nreplclj

(launch-nrepl options)

Launches the nREPL version of REPL-y, with options already parsed out. The options map can also include :input-stream and :output-stream entries, which must be Java objects passed via this entry point, as they can't be parsed from a command line.

Launches the nREPL version of REPL-y, with options already parsed out. The
options map can also include :input-stream and :output-stream entries, which
must be Java objects passed via this entry point, as they can't be parsed
from a command line.
sourceraw docstring

launch-standaloneclj

(launch-standalone options)

Launches the standalone (non-nREPL) version of REPL-y, with options already parsed out

Launches the standalone (non-nREPL) version of REPL-y, with options already
parsed out
sourceraw docstring

parse-argsclj

(parse-args args)
source

say-goodbyeclj

(say-goodbye)
source

with-launching-contextcljmacro

(with-launching-context options & body)
source

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

× close