Liking cljdoc? Tell your friends :D

szew.repl

REPL setup and script reloading.

We are holding state here. Read the source.

REPL setup and script reloading.

We are holding state here. Read the source.
raw docstring

!!clj

(!!)

Re-loads all input scripts, just alias for (load-scripts!).

Re-loads all input scripts, just alias for (load-scripts!).
raw docstring

!?clj

(!?)

Re-loads only inputs scripts from last failure.

Re-loads only inputs scripts from last failure.
raw docstring

-mainclj

(-main & args)

Entry point for standalone operation.

Note: this is not a var, this is a java method!

Entry point for standalone operation.

Note: this is not a var, this is a java method!
raw docstring

?clj

(?)
(? nsn)

Prints present namespace aliases.

Prints present namespace aliases.
raw docstring

?!clj

(?!)

Re-loads only inputs scripts from last failure. Calls (!?).

Re-loads only inputs scripts from last failure. Calls (!?).
raw docstring

default-bindclj

Default BIND for nREPL.

Default BIND for nREPL.
raw docstring

default-portclj

Default PORT for nREPL.

Default PORT for nREPL.
raw docstring

do-want?clj

What do we see as ENABLE.

What do we see as ENABLE.
raw docstring

errclj

(err)
(err a-script)

Get last traceback for file.

Get last traceback for file.
raw docstring

exitclj

(exit)
(exit code)

Exit VM. Shuts down agents too.

Exit VM. Shuts down agents too.
raw docstring

failsclj

(fails)

Get list of files that had errors in previous execution.

Get list of files that had errors in previous execution.
raw docstring

get-log-level!clj

(get-log-level!)
(get-log-level! logger)

Return Level of requested logger String.

Return Level of requested logger String.
raw docstring

get-versionclj

(get-version dep)

Try to extract artifact version from META-INF.

Try to extract artifact version from META-INF.
raw docstring

helpclj

(help)

Print some basic information.

Print some basic information.
raw docstring

load-script!clj

(load-script! a-file)

Load single script. True if success, false if Exception.

Load single script. True if success, false if Exception.
raw docstring

load-scripts!clj

(load-scripts!)
(load-scripts! args)

Execute args (default to @scripts), keep exceptions in @script-errors.

Execute args (default to @scripts), keep exceptions in @script-errors.
raw docstring

nrepl-cycle!clj

(nrepl-cycle!)
(nrepl-cycle! args)

Create nREPL instance. See nrepl-start! for args.

Create nREPL instance. See nrepl-start! for args.
raw docstring

nrepl-display!clj

(nrepl-display!)

Display nREPL BIND and PORT as nrepl://BIND:PORT through log/info.

Display nREPL BIND and PORT as nrepl://BIND:PORT through log/info.
raw docstring

nrepl-serverclj

Singleton (dirty word!) holding the nREPL server.

Singleton (dirty word!) holding the nREPL server.
raw docstring

nrepl-start!clj

(nrepl-start!)
(nrepl-start! {:keys [bind port] :as args})

Try to init the server.

Try to init the server.
raw docstring

nrepl-stop!clj

(nrepl-stop!)

Try to deinit the server.

Try to deinit the server.
raw docstring

nuke-ns!clj

(nuke-ns!)
(nuke-ns! skip-set)

Very unkindly unmap everything from current namespace.

Very unkindly unmap everything from current namespace.
raw docstring

oopsclj

(oops x)

Throwable helper, borrowed from Stuart Halloways Repl Driven Development.

Throwable helper, borrowed from Stuart Halloways Repl Driven Development.
raw docstring

pestclj

(pest)

Everybody needs love sometimes.

Everybody needs love sometimes.
raw docstring

push-scripts!clj

(push-scripts! args)

Get ARGS sequence and append them to scripts.

Get ARGS sequence and append them to `scripts`.
raw docstring

raze-scripts!clj

(raze-scripts!)

Remove all SCRIPTS and SCRIPT-ERRORS.

Remove all SCRIPTS and SCRIPT-ERRORS.
raw docstring

repl-me!clj

(repl-me!)

Seed some basic REPL utilities.

Seed some basic REPL utilities.
raw docstring

script-errorsclj

Map of script path to Exception faced during load.

Map of script path to Exception faced during load.
raw docstring

scriptsclj

Program arguments to evaluate before the REPL starts.

Program arguments to evaluate before the REPL starts.
raw docstring

set-log-level!clj

(set-log-level! level)
(set-log-level! logger level)

Set log level for String logger, returns Level set.

Accepted levels: :all, :trace, :debug, :info, :warn, :error, :off

Hint: logback doesn't do :fatal, so we won't either. Default logger is ROOT.

Also does number and String levels, using Level/toLevel heuristics.

Set log level for String logger, returns Level set.

Accepted levels: :all, :trace, :debug, :info, :warn, :error, :off

Hint: logback doesn't do :fatal, so we won't either. Default logger is ROOT.

Also does number and String levels, using Level/toLevel heuristics.
raw docstring

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

× close