Liking cljdoc? Tell your friends :D

nrepl.cmdline

A proof-of-concept command-line client for nREPL. Please see e.g. REPL-y for a proper command-line nREPL client @ https://github.com/trptcolin/reply/

A proof-of-concept command-line client for nREPL.  Please see
e.g. REPL-y for a proper command-line nREPL client @
https://github.com/trptcolin/reply/
raw docstring

nrepl.config

Server configuration utilities. Some server options can be configured via configuration files (local or global). This namespace provides convenient API to work with them.

The config resolution algorithm is the following: The global config file .nrepl/nrepl.edn is merged with any local config file (.nrepl.edn) if present. The values in the local config file take precedence.

Server configuration utilities.
Some server options can be configured via configuration
files (local or global).  This namespace provides
convenient API to work with them.

The config resolution algorithm is the following:
The global config file .nrepl/nrepl.edn is merged with
any local config file (.nrepl.edn) if present.
The values in the local config file take precedence.
raw docstring

nrepl.middleware.session

Support for persistent, cross-connection REPL sessions.

Support for persistent, cross-connection REPL sessions.
raw docstring

nrepl.misc

Misc utilities used in nREPL's implementation (potentially also useful for anyone extending it).

Misc utilities used in nREPL's implementation (potentially also
useful for anyone extending it).
raw docstring

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

× close