Liking cljdoc? Tell your friends :D

clojupyter.install.plan


execute-complete?clj


execute-success?clj


executing?clj


get-actionclj


get-action-resultclj


get-action-specclj


get-effectsclj


get-logclj


get-reporterclj


get-valueclj

(get-value nm)
(get-value nm default-value)

get-valuesclj


halted?clj


s*action-appendclj

(s*action-append a)

s*action-prependclj

(s*action-prepend a)

s*add-logclj

(s*add-log level entry)

s*append-valueclj

(s*append-value nm v)

s*bind-statecljmacro

(s*bind-state binding-expr expr)

s*clear-effectsclj


s*executeclj

Invoke action in S. Returns S updated with indication of the results of invoking the action. Note that execute only occurs if state is not halted?, which is the default. Use s*set-do-execute to enable invocation.

Invoke action in `S`. Returns S updated with indication of the results of invoking the action.
Note that execute only occurs if state is not `halted?`, which is the default.  Use
`s*set-do-execute` to enable invocation.
raw docstring

s*execute-and-reportclj


s*log-debugclj

(s*log-debug entry)

s*log-errorclj

(s*log-error entry)

s*log-infoclj

(s*log-info entry)

s*log-warnclj

(s*log-warn entry)

s*okclj


s*remove-valueclj

(s*remove-value nm)

s*reportclj


s*set-actionclj

(s*set-action a)

s*set-action-resultclj

(s*set-action-result res)

s*set-do-executeclj


s*set-dont-executeclj


s*set-execute-success!clj

(s*set-execute-success! v)

s*set-reporterclj

(s*set-reporter r)

s*set-valueclj

(s*set-value nm v)

s*set-valuesclj

(s*set-values & args)

s*update-effectsclj

(s*update-effects f)

s*update-logclj

(s*update-log f)

s*update-valueclj

(s*update-value nm f)

s*whenclj

(s*when v f)

s*when-executingclj

(s*when-executing s*fn)

s*when-haltedclj

(s*when-halted s*fn)

s*when-notclj

(s*when-not v f)

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

× close