Liking cljdoc? Tell your friends :D
Clojure only.

sc.nrepl.repl


exitclj

(exit)

Exists the context of the current Execution Point, if any. Idempotent.

Exists the context of the current Execution Point, if any. Idempotent.
sourceraw docstring

in-epclj

(in-ep ep-id)

'In Execution Point' - Sets the current Execution Point Id to ep-id. Subsequent commands sent to the REPL via 'eval' or 'load-file' will be transformed so that each form expr is wrapped with (sc.api/letsc epid expr).

'In Execution Point' - Sets the current Execution Point Id to `ep-id`.
Subsequent commands sent to the REPL via 'eval' or 'load-file'
will be transformed so that each form `expr` is wrapped with (sc.api/letsc epid expr).
sourceraw docstring

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

× close